first public release of samba4 code
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Aug 2003 01:53:07 +0000 (01:53 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 13 Aug 2003 01:53:07 +0000 (01:53 +0000)
commitef2e26c91b80556af033d3335e55f5dfa6fff31d
treefaa21bfd7e7b5247250b47c7891dc1a5ebee6be9
first public release of samba4 code

(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)
779 files changed:
source4/.cvsignore [new file with mode: 0644]
source4/.dmallocrc [new file with mode: 0644]
source4/Doxyfile [new file with mode: 0644]
source4/Makefile.in [new file with mode: 0644]
source4/aclocal.m4 [new file with mode: 0644]
source4/auth/auth.c [new file with mode: 0644]
source4/auth/auth_builtin.c [new file with mode: 0644]
source4/auth/auth_compat.c [new file with mode: 0644]
source4/auth/auth_domain.c [new file with mode: 0644]
source4/auth/auth_ntlmssp.c [new file with mode: 0644]
source4/auth/auth_sam.c [new file with mode: 0644]
source4/auth/auth_server.c [new file with mode: 0644]
source4/auth/auth_unix.c [new file with mode: 0644]
source4/auth/auth_util.c [new file with mode: 0644]
source4/auth/auth_winbind.c [new file with mode: 0644]
source4/auth/pampass.c [new file with mode: 0644]
source4/auth/pass_check.c [new file with mode: 0644]
source4/autogen.sh [new file with mode: 0755]
source4/build/tests/README [new file with mode: 0644]
source4/build/tests/crypttest.c [new file with mode: 0644]
source4/build/tests/fcntl_lock.c [new file with mode: 0644]
source4/build/tests/fcntl_lock64.c [new file with mode: 0644]
source4/build/tests/fcntl_lock_thread.c [new file with mode: 0644]
source4/build/tests/ftruncate.c [new file with mode: 0644]
source4/build/tests/getgroups.c [new file with mode: 0644]
source4/build/tests/shared_mmap.c [new file with mode: 0644]
source4/build/tests/shlib.c [new file with mode: 0644]
source4/build/tests/summary.c [new file with mode: 0644]
source4/build/tests/trivial.c [new file with mode: 0644]
source4/build/tests/unixsock.c [new file with mode: 0644]
source4/change-log [new file with mode: 0644]
source4/client/.cvsignore [new file with mode: 0644]
source4/client/client.c [new file with mode: 0644]
source4/client/clitar.c [new file with mode: 0644]
source4/client/mount.cifs.c [new file with mode: 0644]
source4/client/smbmnt.c [new file with mode: 0644]
source4/client/smbmount.c [new file with mode: 0644]
source4/client/smbspool.c [new file with mode: 0644]
source4/client/smbumount.c [new file with mode: 0644]
source4/client/tree.c [new file with mode: 0644]
source4/codepages/.cvsignore [new file with mode: 0644]
source4/codepages/valid.dat [new file with mode: 0644]
source4/config.sub [new file with mode: 0755]
source4/configure.developer [new file with mode: 0755]
source4/configure.in [new file with mode: 0644]
source4/configure.nodebug.developer [new file with mode: 0755]
source4/configure.tridge.opt [new file with mode: 0755]
source4/dynconfig.c [new file with mode: 0644]
source4/groupdb/mapping.c [new file with mode: 0644]
source4/ignore.txt [new file with mode: 0644]
source4/include/.cvsignore [new file with mode: 0644]
source4/include/MacExtensions.h [new file with mode: 0644]
source4/include/ads.h [new file with mode: 0644]
source4/include/adt_tree.h [new file with mode: 0644]
source4/include/asn_1.h [new file with mode: 0644]
source4/include/auth.h [new file with mode: 0644]
source4/include/byteorder.h [new file with mode: 0644]
source4/include/charset.h [new file with mode: 0644]
source4/include/cli_context.h [new file with mode: 0644]
source4/include/client.h [new file with mode: 0644]
source4/include/clitar.h [new file with mode: 0644]
source4/include/context.h [new file with mode: 0644]
source4/include/debug.h [new file with mode: 0644]
source4/include/dlinklist.h [new file with mode: 0644]
source4/include/doserr.h [new file with mode: 0644]
source4/include/dynconfig.h [new file with mode: 0644]
source4/include/enums.h [new file with mode: 0644]
source4/include/events.h [new file with mode: 0644]
source4/include/genparser.h [new file with mode: 0644]
source4/include/genparser_samba.h [new file with mode: 0644]
source4/include/gums.h [new file with mode: 0644]
source4/include/hmacmd5.h [new file with mode: 0644]
source4/include/includes.h [new file with mode: 0644]
source4/include/interfaces.h [new file with mode: 0644]
source4/include/intl.h [new file with mode: 0644]
source4/include/ioctl.h [new file with mode: 0644]
source4/include/libsmb_internal.h [new file with mode: 0644]
source4/include/libsmbclient.h [new file with mode: 0644]
source4/include/local.h [new file with mode: 0644]
source4/include/mangle.h [new file with mode: 0644]
source4/include/mapping.h [new file with mode: 0644]
source4/include/md5.h [new file with mode: 0644]
source4/include/messages.h [new file with mode: 0644]
source4/include/msdfs.h [new file with mode: 0644]
source4/include/mutex.h [new file with mode: 0644]
source4/include/nameserv.h [new file with mode: 0644]
source4/include/nt_printing.h [new file with mode: 0644]
source4/include/nt_status.h [new file with mode: 0644]
source4/include/ntdomain.h [new file with mode: 0644]
source4/include/nterr.h [new file with mode: 0644]
source4/include/ntlmssp.h [new file with mode: 0644]
source4/include/ntvfs.h [new file with mode: 0644]
source4/include/passdb.h [new file with mode: 0644]
source4/include/popt_common.h [new file with mode: 0644]
source4/include/printing.h [new file with mode: 0644]
source4/include/process_model.h [new file with mode: 0644]
source4/include/pstring.h [new file with mode: 0644]
source4/include/rap.h [new file with mode: 0755]
source4/include/rpc_brs.h [new file with mode: 0644]
source4/include/rpc_client.h [new file with mode: 0644]
source4/include/rpc_creds.h [new file with mode: 0644]
source4/include/rpc_dce.h [new file with mode: 0644]
source4/include/rpc_dfs.h [new file with mode: 0644]
source4/include/rpc_ds.h [new file with mode: 0644]
source4/include/rpc_lsa.h [new file with mode: 0644]
source4/include/rpc_misc.h [new file with mode: 0644]
source4/include/rpc_netlogon.h [new file with mode: 0644]
source4/include/rpc_parse.h [new file with mode: 0644]
source4/include/rpc_reg.h [new file with mode: 0644]
source4/include/rpc_samr.h [new file with mode: 0644]
source4/include/rpc_secdes.h [new file with mode: 0644]
source4/include/rpc_spoolss.h [new file with mode: 0755]
source4/include/rpc_srvsvc.h [new file with mode: 0644]
source4/include/rpc_wkssvc.h [new file with mode: 0644]
source4/include/safe_string.h [new file with mode: 0644]
source4/include/sam.h [new file with mode: 0644]
source4/include/secrets.h [new file with mode: 0644]
source4/include/session.h [new file with mode: 0644]
source4/include/smb.h [new file with mode: 0644]
source4/include/smb_acls.h [new file with mode: 0644]
source4/include/smb_interfaces.h [new file with mode: 0644]
source4/include/smb_macros.h [new file with mode: 0644]
source4/include/stamp-h.in [new file with mode: 0644]
source4/include/talloc.h [new file with mode: 0644]
source4/include/tdbsam2.h [new file with mode: 0644]
source4/include/trans2.h [new file with mode: 0644]
source4/include/util_getent.h [new file with mode: 0644]
source4/include/version.h [new file with mode: 0644]
source4/include/vt_mode.h [new file with mode: 0644]
source4/include/xfile.h [new file with mode: 0644]
source4/install-sh [new file with mode: 0644]
source4/intl/.cvsignore [new file with mode: 0644]
source4/intl/lang_tdb.c [new file with mode: 0644]
source4/intl/linux-msg.sed [new file with mode: 0644]
source4/lib/.cvsignore [new file with mode: 0644]
source4/lib/account_pol.c [new file with mode: 0644]
source4/lib/adt_tree.c [new file with mode: 0644]
source4/lib/bitmap.c [new file with mode: 0644]
source4/lib/charcnv.c [new file with mode: 0644]
source4/lib/cmdline/popt_common.c [new file with mode: 0644]
source4/lib/cmdline/readline.c [new file with mode: 0644]
source4/lib/crc32.c [new file with mode: 0644]
source4/lib/crypto/crc32.c [new file with mode: 0644]
source4/lib/crypto/hmacmd5.c [new file with mode: 0644]
source4/lib/crypto/md4.c [new file with mode: 0644]
source4/lib/crypto/md5.c [new file with mode: 0644]
source4/lib/data_blob.c [new file with mode: 0644]
source4/lib/debug.c [new file with mode: 0644]
source4/lib/dmallocmsg.c [new file with mode: 0644]
source4/lib/dprintf.c [new file with mode: 0644]
source4/lib/events.c [new file with mode: 0644]
source4/lib/fault.c [new file with mode: 0644]
source4/lib/fsusage.c [new file with mode: 0644]
source4/lib/gencache.c [new file with mode: 0644]
source4/lib/genparser.c [new file with mode: 0644]
source4/lib/genparser_samba.c [new file with mode: 0644]
source4/lib/genrand.c [new file with mode: 0644]
source4/lib/getsmbpass.c [new file with mode: 0644]
source4/lib/hmacmd5.c [new file with mode: 0644]
source4/lib/iconv.c [new file with mode: 0644]
source4/lib/interface.c [new file with mode: 0644]
source4/lib/interfaces.c [new file with mode: 0644]
source4/lib/ldap_escape.c [new file with mode: 0644]
source4/lib/md4.c [new file with mode: 0644]
source4/lib/md5.c [new file with mode: 0644]
source4/lib/messages.c [new file with mode: 0644]
source4/lib/module.c [new file with mode: 0644]
source4/lib/ms_fnmatch.c [new file with mode: 0644]
source4/lib/mutex.c [new file with mode: 0644]
source4/lib/pam_errors.c [new file with mode: 0644]
source4/lib/pidfile.c [new file with mode: 0644]
source4/lib/popt/CHANGES [new file with mode: 0644]
source4/lib/popt/COPYING [new file with mode: 0644]
source4/lib/popt/README [new file with mode: 0644]
source4/lib/popt/dummy.in [new file with mode: 0644]
source4/lib/popt/findme.c [new file with mode: 0644]
source4/lib/popt/findme.h [new file with mode: 0644]
source4/lib/popt/popt.c [new file with mode: 0644]
source4/lib/popt/popt.h [new file with mode: 0644]
source4/lib/popt/poptconfig.c [new file with mode: 0644]
source4/lib/popt/popthelp.c [new file with mode: 0644]
source4/lib/popt/poptint.h [new file with mode: 0644]
source4/lib/popt/poptparse.c [new file with mode: 0644]
source4/lib/popt/system.h [new file with mode: 0644]
source4/lib/popt_common.c [new file with mode: 0644]
source4/lib/readline.c [new file with mode: 0644]
source4/lib/replace.c [new file with mode: 0644]
source4/lib/select.c [new file with mode: 0644]
source4/lib/sendfile.c [new file with mode: 0644]
source4/lib/server_mutex.c [new file with mode: 0644]
source4/lib/signal.c [new file with mode: 0644]
source4/lib/smbpasswd.c [new file with mode: 0644]
source4/lib/smbrun.c [new file with mode: 0644]
source4/lib/snprintf.c [new file with mode: 0644]
source4/lib/substitute.c [new file with mode: 0644]
source4/lib/sysacls.c [new file with mode: 0644]
source4/lib/system.c [new file with mode: 0644]
source4/lib/system_smbd.c [new file with mode: 0644]
source4/lib/talloc.c [new file with mode: 0644]
source4/lib/tallocmsg.c [new file with mode: 0644]
source4/lib/talloctort.c [new file with mode: 0644]
source4/lib/tdb/README [new file with mode: 0644]
source4/lib/tdb/spinlock.c [new file with mode: 0644]
source4/lib/tdb/spinlock.h [new file with mode: 0644]
source4/lib/tdb/tdb.c [new file with mode: 0644]
source4/lib/tdb/tdb.h [new file with mode: 0644]
source4/lib/tdb/tdb.magic [new file with mode: 0644]
source4/lib/tdb/tdbutil.c [new file with mode: 0644]
source4/lib/tdb/tdbutil.h [new file with mode: 0644]
source4/lib/time.c [new file with mode: 0644]
source4/lib/username.c [new file with mode: 0644]
source4/lib/util.c [new file with mode: 0644]
source4/lib/util_file.c [new file with mode: 0644]
source4/lib/util_getent.c [new file with mode: 0644]
source4/lib/util_pw.c [new file with mode: 0644]
source4/lib/util_seaccess.c [new file with mode: 0644]
source4/lib/util_sid.c [new file with mode: 0644]
source4/lib/util_smbd.c [new file with mode: 0644]
source4/lib/util_sock.c [new file with mode: 0644]
source4/lib/util_str.c [new file with mode: 0644]
source4/lib/util_unistr.c [new file with mode: 0644]
source4/lib/util_uuid.c [new file with mode: 0644]
source4/lib/wins_srv.c [new file with mode: 0644]
source4/lib/xfile.c [new file with mode: 0644]
source4/libads/.cvsignore [new file with mode: 0644]
source4/libads/ads_ldap.c [new file with mode: 0644]
source4/libads/ads_status.c [new file with mode: 0644]
source4/libads/ads_struct.c [new file with mode: 0644]
source4/libads/ads_utils.c [new file with mode: 0644]
source4/libads/disp_sec.c [new file with mode: 0644]
source4/libads/kerberos.c [new file with mode: 0644]
source4/libads/kerberos_verify.c [new file with mode: 0644]
source4/libads/krb5_setpw.c [new file with mode: 0644]
source4/libads/ldap.c [new file with mode: 0644]
source4/libads/ldap_printer.c [new file with mode: 0644]
source4/libads/ldap_user.c [new file with mode: 0644]
source4/libads/ldap_utils.c [new file with mode: 0644]
source4/libads/sasl.c [new file with mode: 0644]
source4/libads/util.c [new file with mode: 0644]
source4/libcli/.cvsignore [new file with mode: 0644]
source4/libcli/cliconnect.c [new file with mode: 0644]
source4/libcli/clideltree.c [new file with mode: 0644]
source4/libcli/clidfs.c [new file with mode: 0644]
source4/libcli/clifile.c [new file with mode: 0644]
source4/libcli/clilist.c [new file with mode: 0644]
source4/libcli/climessage.c [new file with mode: 0644]
source4/libcli/clireadwrite.c [new file with mode: 0644]
source4/libcli/clisecdesc.c [new file with mode: 0644]
source4/libcli/clitrans2.c [new file with mode: 0644]
source4/libcli/namecache.c [new file with mode: 0644]
source4/libcli/namequery.c [new file with mode: 0644]
source4/libcli/namequery_dc.c [new file with mode: 0644]
source4/libcli/nmblib.c [new file with mode: 0644]
source4/libcli/ntlmssp.c [new file with mode: 0644]
source4/libcli/ntlmssp_parse.c [new file with mode: 0644]
source4/libcli/raw/README [new file with mode: 0644]
source4/libcli/raw/clikrb5.c [new file with mode: 0644]
source4/libcli/raw/clioplock.c [new file with mode: 0644]
source4/libcli/raw/clirewrite.c [new file with mode: 0644]
source4/libcli/raw/clisession.c [new file with mode: 0644]
source4/libcli/raw/clisocket.c [new file with mode: 0644]
source4/libcli/raw/clispnego.c [new file with mode: 0644]
source4/libcli/raw/clitransport.c [new file with mode: 0644]
source4/libcli/raw/clitree.c [new file with mode: 0644]
source4/libcli/raw/raweas.c [new file with mode: 0644]
source4/libcli/raw/rawfile.c [new file with mode: 0644]
source4/libcli/raw/rawfileinfo.c [new file with mode: 0644]
source4/libcli/raw/rawfsinfo.c [new file with mode: 0644]
source4/libcli/raw/rawioctl.c [new file with mode: 0644]
source4/libcli/raw/rawnegotiate.c [new file with mode: 0644]
source4/libcli/raw/rawnotify.c [new file with mode: 0644]
source4/libcli/raw/rawreadwrite.c [new file with mode: 0644]
source4/libcli/raw/rawrequest.c [new file with mode: 0644]
source4/libcli/raw/rawsearch.c [new file with mode: 0644]
source4/libcli/raw/rawsetfileinfo.c [new file with mode: 0644]
source4/libcli/raw/rawtrans.c [new file with mode: 0644]
source4/libcli/raw/smb_signing.c [new file with mode: 0644]
source4/libcli/unexpected.c [new file with mode: 0644]
source4/libcli/util/asn1.c [new file with mode: 0644]
source4/libcli/util/clierror.c [new file with mode: 0644]
source4/libcli/util/cliutil.c [new file with mode: 0644]
source4/libcli/util/credentials.c [new file with mode: 0644]
source4/libcli/util/doserr.c [new file with mode: 0644]
source4/libcli/util/errormap.c [new file with mode: 0644]
source4/libcli/util/nterr.c [new file with mode: 0644]
source4/libcli/util/ntlmssp_sign.c [new file with mode: 0644]
source4/libcli/util/pwd_cache.c [new file with mode: 0644]
source4/libcli/util/smbdes.c [new file with mode: 0644]
source4/libcli/util/smbencrypt.c [new file with mode: 0644]
source4/libcli/util/smberr.c [new file with mode: 0644]
source4/locking/brlock.c [new file with mode: 0644]
source4/locking/locking.c [new file with mode: 0644]
source4/locking/posix.c [new file with mode: 0644]
source4/modules/developer.c [new file with mode: 0644]
source4/modules/mysql.c [new file with mode: 0644]
source4/modules/vfs_audit.c [new file with mode: 0644]
source4/modules/vfs_extd_audit.c [new file with mode: 0644]
source4/modules/vfs_fake_perms.c [new file with mode: 0644]
source4/modules/vfs_netatalk.c [new file with mode: 0644]
source4/modules/vfs_recycle.c [new file with mode: 0644]
source4/modules/xml.c [new file with mode: 0644]
source4/msdfs/README [new file with mode: 0644]
source4/msdfs/msdfs.c [new file with mode: 0644]
source4/nmbd/.cvsignore [new file with mode: 0644]
source4/nmbd/asyncdns.c [new file with mode: 0644]
source4/nmbd/nmbd.c [new file with mode: 0644]
source4/nmbd/nmbd_become_dmb.c [new file with mode: 0644]
source4/nmbd/nmbd_become_lmb.c [new file with mode: 0644]
source4/nmbd/nmbd_browserdb.c [new file with mode: 0644]
source4/nmbd/nmbd_browsesync.c [new file with mode: 0644]
source4/nmbd/nmbd_elections.c [new file with mode: 0644]
source4/nmbd/nmbd_incomingdgrams.c [new file with mode: 0644]
source4/nmbd/nmbd_incomingrequests.c [new file with mode: 0644]
source4/nmbd/nmbd_lmhosts.c [new file with mode: 0644]
source4/nmbd/nmbd_logonnames.c [new file with mode: 0644]
source4/nmbd/nmbd_mynames.c [new file with mode: 0644]
source4/nmbd/nmbd_namelistdb.c [new file with mode: 0644]
source4/nmbd/nmbd_namequery.c [new file with mode: 0644]
source4/nmbd/nmbd_nameregister.c [new file with mode: 0644]
source4/nmbd/nmbd_namerelease.c [new file with mode: 0644]
source4/nmbd/nmbd_nodestatus.c [new file with mode: 0644]
source4/nmbd/nmbd_packets.c [new file with mode: 0644]
source4/nmbd/nmbd_processlogon.c [new file with mode: 0644]
source4/nmbd/nmbd_responserecordsdb.c [new file with mode: 0644]
source4/nmbd/nmbd_sendannounce.c [new file with mode: 0644]
source4/nmbd/nmbd_serverlistdb.c [new file with mode: 0644]
source4/nmbd/nmbd_subnetdb.c [new file with mode: 0644]
source4/nmbd/nmbd_synclists.c [new file with mode: 0644]
source4/nmbd/nmbd_winsproxy.c [new file with mode: 0644]
source4/nmbd/nmbd_winsserver.c [new file with mode: 0644]
source4/nmbd/nmbd_workgroupdb.c [new file with mode: 0644]
source4/nsswitch/.cvsignore [new file with mode: 0644]
source4/nsswitch/README [new file with mode: 0644]
source4/nsswitch/hp_nss_common.h [new file with mode: 0644]
source4/nsswitch/hp_nss_dbdefs.h [new file with mode: 0644]
source4/nsswitch/nss.h [new file with mode: 0644]
source4/nsswitch/pam_winbind.c [new file with mode: 0644]
source4/nsswitch/pam_winbind.h [new file with mode: 0644]
source4/nsswitch/wb_client.c [new file with mode: 0644]
source4/nsswitch/wb_common.c [new file with mode: 0644]
source4/nsswitch/wbinfo.c [new file with mode: 0644]
source4/nsswitch/winbind_client.h [new file with mode: 0644]
source4/nsswitch/winbind_nss.c [new file with mode: 0644]
source4/nsswitch/winbind_nss_config.h [new file with mode: 0644]
source4/nsswitch/winbind_nss_solaris.c [new file with mode: 0644]
source4/nsswitch/winbindd.c [new file with mode: 0644]
source4/nsswitch/winbindd.h [new file with mode: 0644]
source4/nsswitch/winbindd_ads.c [new file with mode: 0644]
source4/nsswitch/winbindd_cache.c [new file with mode: 0644]
source4/nsswitch/winbindd_cm.c [new file with mode: 0644]
source4/nsswitch/winbindd_dual.c [new file with mode: 0644]
source4/nsswitch/winbindd_group.c [new file with mode: 0644]
source4/nsswitch/winbindd_idmap.c [new file with mode: 0644]
source4/nsswitch/winbindd_idmap_tdb.c [new file with mode: 0644]
source4/nsswitch/winbindd_misc.c [new file with mode: 0644]
source4/nsswitch/winbindd_nss.h [new file with mode: 0644]
source4/nsswitch/winbindd_pam.c [new file with mode: 0644]
source4/nsswitch/winbindd_rpc.c [new file with mode: 0644]
source4/nsswitch/winbindd_sid.c [new file with mode: 0644]
source4/nsswitch/winbindd_user.c [new file with mode: 0644]
source4/nsswitch/winbindd_util.c [new file with mode: 0644]
source4/nsswitch/winbindd_wins.c [new file with mode: 0644]
source4/nsswitch/wins.c [new file with mode: 0644]
source4/ntvfs/README [new file with mode: 0644]
source4/ntvfs/cifs/README [new file with mode: 0644]
source4/ntvfs/cifs/vfs_cifs.c [new file with mode: 0644]
source4/ntvfs/ipc/README [new file with mode: 0644]
source4/ntvfs/ipc/vfs_ipc.c [new file with mode: 0644]
source4/ntvfs/ntvfs_base.c [new file with mode: 0644]
source4/ntvfs/ntvfs_dfs.c [new file with mode: 0644]
source4/ntvfs/ntvfs_generic.c [new file with mode: 0644]
source4/ntvfs/ntvfs_util.c [new file with mode: 0644]
source4/ntvfs/posix/vfs_posix.c [new file with mode: 0644]
source4/ntvfs/print/README [new file with mode: 0644]
source4/ntvfs/print/vfs_print.c [new file with mode: 0644]
source4/ntvfs/reference/ref.h [new file with mode: 0644]
source4/ntvfs/reference/ref_util.c [new file with mode: 0644]
source4/ntvfs/reference/vfs_ref.c [new file with mode: 0644]
source4/ntvfs/simple/svfs.h [new file with mode: 0644]
source4/ntvfs/simple/svfs_util.c [new file with mode: 0644]
source4/ntvfs/simple/vfs_simple.c [new file with mode: 0644]
source4/pam_smbpass/CHANGELOG [new file with mode: 0644]
source4/pam_smbpass/INSTALL [new file with mode: 0644]
source4/pam_smbpass/README [new file with mode: 0644]
source4/pam_smbpass/TODO [new file with mode: 0644]
source4/pam_smbpass/general.h [new file with mode: 0644]
source4/pam_smbpass/pam_smb_acct.c [new file with mode: 0644]
source4/pam_smbpass/pam_smb_auth.c [new file with mode: 0644]
source4/pam_smbpass/pam_smb_passwd.c [new file with mode: 0644]
source4/pam_smbpass/samples/README [new file with mode: 0644]
source4/pam_smbpass/samples/kdc-pdc [new file with mode: 0644]
source4/pam_smbpass/samples/password-mature [new file with mode: 0644]
source4/pam_smbpass/samples/password-migration [new file with mode: 0644]
source4/pam_smbpass/samples/password-sync [new file with mode: 0644]
source4/pam_smbpass/support.c [new file with mode: 0644]
source4/pam_smbpass/support.h [new file with mode: 0644]
source4/param/.cvsignore [new file with mode: 0644]
source4/param/loadparm.c [new file with mode: 0644]
source4/param/params.c [new file with mode: 0644]
source4/passdb/.cvsignore [new file with mode: 0644]
source4/passdb/machine_sid.c [new file with mode: 0644]
source4/passdb/passdb.c [new file with mode: 0644]
source4/passdb/pdb_compat.c [new file with mode: 0644]
source4/passdb/pdb_get_set.c [new file with mode: 0644]
source4/passdb/pdb_guest.c [new file with mode: 0644]
source4/passdb/pdb_interface.c [new file with mode: 0644]
source4/passdb/pdb_ldap.c [new file with mode: 0644]
source4/passdb/pdb_nisplus.c [new file with mode: 0644]
source4/passdb/pdb_smbpasswd.c [new file with mode: 0644]
source4/passdb/pdb_tdb.c [new file with mode: 0644]
source4/passdb/pdb_unix.c [new file with mode: 0644]
source4/passdb/privileges.c [new file with mode: 0644]
source4/passdb/secrets.c [new file with mode: 0644]
source4/passdb/util_sam_sid.c [new file with mode: 0644]
source4/po/de.msg [new file with mode: 0644]
source4/po/en.msg [new file with mode: 0644]
source4/po/fr.msg [new file with mode: 0644]
source4/po/it.msg [new file with mode: 0644]
source4/po/ja.msg [new file with mode: 0644]
source4/po/pl.msg [new file with mode: 0644]
source4/po/tr.msg [new file with mode: 0644]
source4/popt/.cvsignore [new file with mode: 0644]
source4/popt/CHANGES [new file with mode: 0644]
source4/popt/COPYING [new file with mode: 0644]
source4/popt/README [new file with mode: 0644]
source4/popt/dummy.in [new file with mode: 0644]
source4/popt/findme.c [new file with mode: 0644]
source4/popt/findme.h [new file with mode: 0644]
source4/popt/popt.c [new file with mode: 0644]
source4/popt/popt.h [new file with mode: 0644]
source4/popt/poptconfig.c [new file with mode: 0644]
source4/popt/popthelp.c [new file with mode: 0644]
source4/popt/poptint.h [new file with mode: 0644]
source4/popt/poptparse.c [new file with mode: 0644]
source4/popt/system.h [new file with mode: 0644]
source4/printing/.cvsignore [new file with mode: 0644]
source4/printing/load.c [new file with mode: 0644]
source4/printing/lpq_parse.c [new file with mode: 0644]
source4/printing/notify.c [new file with mode: 0644]
source4/printing/nt_printing.c [new file with mode: 0644]
source4/printing/pcap.c [new file with mode: 0644]
source4/printing/print_cups.c [new file with mode: 0644]
source4/printing/print_generic.c [new file with mode: 0644]
source4/printing/print_svid.c [new file with mode: 0644]
source4/printing/printfsp.c [new file with mode: 0644]
source4/printing/printing.c [new file with mode: 0644]
source4/printing/printing_db.c [new file with mode: 0644]
source4/python/.cvsignore [new file with mode: 0644]
source4/python/README [new file with mode: 0644]
source4/python/examples/spoolss/changeid.py [new file with mode: 0755]
source4/python/examples/spoolss/enumprinters.py [new file with mode: 0755]
source4/python/examples/spoolss/psec.py [new file with mode: 0755]
source4/python/examples/tdbpack/.cvsignore [new file with mode: 0644]
source4/python/examples/tdbpack/oldtdbutil.py [new file with mode: 0644]
source4/python/examples/tdbpack/tdbtimetrial.py [new file with mode: 0755]
source4/python/examples/tdbpack/test_tdbpack.py [new file with mode: 0755]
source4/python/gprinterdata [new file with mode: 0755]
source4/python/gtdbtool [new file with mode: 0755]
source4/python/gtkdictbrowser.py [new file with mode: 0755]
source4/python/mkpatch [new file with mode: 0755]
source4/python/py_common.c [new file with mode: 0644]
source4/python/py_common.h [new file with mode: 0644]
source4/python/py_conv.c [new file with mode: 0644]
source4/python/py_conv.h [new file with mode: 0644]
source4/python/py_lsa.c [new file with mode: 0644]
source4/python/py_lsa.h [new file with mode: 0644]
source4/python/py_ntsec.c [new file with mode: 0644]
source4/python/py_samba.c [new file with mode: 0644]
source4/python/py_samr.c [new file with mode: 0644]
source4/python/py_samr.h [new file with mode: 0644]
source4/python/py_samr_conv.c [new file with mode: 0644]
source4/python/py_smb.c [new file with mode: 0644]
source4/python/py_smb.h [new file with mode: 0644]
source4/python/py_spoolss.c [new file with mode: 0644]
source4/python/py_spoolss.h [new file with mode: 0644]
source4/python/py_spoolss_common.c [new file with mode: 0644]
source4/python/py_spoolss_drivers.c [new file with mode: 0644]
source4/python/py_spoolss_drivers_conv.c [new file with mode: 0644]
source4/python/py_spoolss_forms.c [new file with mode: 0644]
source4/python/py_spoolss_forms_conv.c [new file with mode: 0644]
source4/python/py_spoolss_jobs.c [new file with mode: 0644]
source4/python/py_spoolss_jobs_conv.c [new file with mode: 0644]
source4/python/py_spoolss_ports.c [new file with mode: 0644]
source4/python/py_spoolss_ports_conv.c [new file with mode: 0644]
source4/python/py_spoolss_printerdata.c [new file with mode: 0644]
source4/python/py_spoolss_printers.c [new file with mode: 0644]
source4/python/py_spoolss_printers_conv.c [new file with mode: 0644]
source4/python/py_srvsvc.c [new file with mode: 0644]
source4/python/py_srvsvc.h [new file with mode: 0644]
source4/python/py_srvsvc_conv.c [new file with mode: 0644]
source4/python/py_tdb.c [new file with mode: 0644]
source4/python/py_tdb.h [new file with mode: 0644]
source4/python/py_tdbpack.c [new file with mode: 0644]
source4/python/py_winbind.c [new file with mode: 0644]
source4/python/py_winbind.h [new file with mode: 0644]
source4/python/py_winbind_conv.c [new file with mode: 0644]
source4/python/py_winreg.c [new file with mode: 0644]
source4/python/py_winreg.h [new file with mode: 0644]
source4/python/samba/.cvsignore [new file with mode: 0644]
source4/python/samba/__init__.py [new file with mode: 0644]
source4/python/samba/printerdata.py [new file with mode: 0644]
source4/python/setup.py [new file with mode: 0755]
source4/registry/reg_cachehook.c [new file with mode: 0644]
source4/registry/reg_db.c [new file with mode: 0644]
source4/registry/reg_frontend.c [new file with mode: 0644]
source4/registry/reg_objects.c [new file with mode: 0644]
source4/registry/reg_printing.c [new file with mode: 0644]
source4/rpc_client/cli_dfs.c [new file with mode: 0644]
source4/rpc_client/cli_ds.c [new file with mode: 0644]
source4/rpc_client/cli_lsarpc.c [new file with mode: 0644]
source4/rpc_client/cli_netlogon.c [new file with mode: 0644]
source4/rpc_client/cli_pipe.c [new file with mode: 0644]
source4/rpc_client/cli_reg.c [new file with mode: 0644]
source4/rpc_client/cli_samr.c [new file with mode: 0644]
source4/rpc_client/cli_spoolss.c [new file with mode: 0644]
source4/rpc_client/cli_spoolss_notify.c [new file with mode: 0644]
source4/rpc_client/cli_srvsvc.c [new file with mode: 0644]
source4/rpc_client/cli_wkssvc.c [new file with mode: 0644]
source4/rpc_parse/.cvsignore [new file with mode: 0644]
source4/rpc_parse/parse_dfs.c [new file with mode: 0644]
source4/rpc_parse/parse_ds.c [new file with mode: 0644]
source4/rpc_parse/parse_lsa.c [new file with mode: 0644]
source4/rpc_parse/parse_misc.c [new file with mode: 0644]
source4/rpc_parse/parse_net.c [new file with mode: 0644]
source4/rpc_parse/parse_prs.c [new file with mode: 0644]
source4/rpc_parse/parse_reg.c [new file with mode: 0644]
source4/rpc_parse/parse_rpc.c [new file with mode: 0644]
source4/rpc_parse/parse_samr.c [new file with mode: 0644]
source4/rpc_parse/parse_sec.c [new file with mode: 0644]
source4/rpc_parse/parse_spoolss.c [new file with mode: 0644]
source4/rpc_parse/parse_srv.c [new file with mode: 0644]
source4/rpc_parse/parse_wks.c [new file with mode: 0644]
source4/rpc_server/.cvsignore [new file with mode: 0644]
source4/rpc_server/srv_dfs.c [new file with mode: 0644]
source4/rpc_server/srv_dfs_nt.c [new file with mode: 0644]
source4/rpc_server/srv_lsa.c [new file with mode: 0644]
source4/rpc_server/srv_lsa_hnd.c [new file with mode: 0644]
source4/rpc_server/srv_lsa_nt.c [new file with mode: 0644]
source4/rpc_server/srv_netlog.c [new file with mode: 0644]
source4/rpc_server/srv_netlog_nt.c [new file with mode: 0644]
source4/rpc_server/srv_pipe.c [new file with mode: 0644]
source4/rpc_server/srv_pipe_hnd.c [new file with mode: 0644]
source4/rpc_server/srv_reg.c [new file with mode: 0644]
source4/rpc_server/srv_reg_nt.c [new file with mode: 0644]
source4/rpc_server/srv_samr.c [new file with mode: 0644]
source4/rpc_server/srv_samr_nt.c [new file with mode: 0644]
source4/rpc_server/srv_samr_util.c [new file with mode: 0644]
source4/rpc_server/srv_spoolss.c [new file with mode: 0755]
source4/rpc_server/srv_spoolss_nt.c [new file with mode: 0644]
source4/rpc_server/srv_srvsvc.c [new file with mode: 0644]
source4/rpc_server/srv_srvsvc_nt.c [new file with mode: 0644]
source4/rpc_server/srv_util.c [new file with mode: 0644]
source4/rpc_server/srv_wkssvc.c [new file with mode: 0644]
source4/rpc_server/srv_wkssvc_nt.c [new file with mode: 0644]
source4/rpcclient/cmd_dfs.c [new file with mode: 0644]
source4/rpcclient/cmd_ds.c [new file with mode: 0644]
source4/rpcclient/cmd_lsarpc.c [new file with mode: 0644]
source4/rpcclient/cmd_netlogon.c [new file with mode: 0644]
source4/rpcclient/cmd_reg.c [new file with mode: 0644]
source4/rpcclient/cmd_samr.c [new file with mode: 0644]
source4/rpcclient/cmd_spoolss.c [new file with mode: 0644]
source4/rpcclient/cmd_srvsvc.c [new file with mode: 0644]
source4/rpcclient/cmd_wkssvc.c [new file with mode: 0644]
source4/rpcclient/display_sec.c [new file with mode: 0644]
source4/rpcclient/rpcclient.c [new file with mode: 0644]
source4/rpcclient/rpcclient.h [new file with mode: 0644]
source4/sam/SAM-interface_handles.txt [new file with mode: 0644]
source4/sam/account.c [new file with mode: 0644]
source4/sam/get_set_account.c [new file with mode: 0644]
source4/sam/get_set_domain.c [new file with mode: 0644]
source4/sam/get_set_group.c [new file with mode: 0644]
source4/sam/group.c [new file with mode: 0644]
source4/sam/gumm_tdb.c [new file with mode: 0644]
source4/sam/gums.c [new file with mode: 0644]
source4/sam/gums_api.c [new file with mode: 0644]
source4/sam/gums_helper.c [new file with mode: 0644]
source4/sam/interface.c [new file with mode: 0644]
source4/sam/sam_ads.c [new file with mode: 0755]
source4/sam/sam_plugin.c [new file with mode: 0644]
source4/sam/sam_skel.c [new file with mode: 0644]
source4/script/.cvsignore [new file with mode: 0644]
source4/script/addtosmbpass [new file with mode: 0644]
source4/script/build_env.sh [new file with mode: 0644]
source4/script/convert_smbpasswd [new file with mode: 0755]
source4/script/creategroup [new file with mode: 0755]
source4/script/extract_allparms.sh [new file with mode: 0755]
source4/script/find_missing_doc.pl [new file with mode: 0755]
source4/script/findsmb.in [new file with mode: 0755]
source4/script/findstatic.pl [new file with mode: 0755]
source4/script/genstruct.pl [new file with mode: 0755]
source4/script/installbin.sh [new file with mode: 0644]
source4/script/installdat.sh [new file with mode: 0755]
source4/script/installdirs.sh [new file with mode: 0755]
source4/script/installman.sh [new file with mode: 0644]
source4/script/installmodules.sh [new file with mode: 0644]
source4/script/installscripts.sh [new file with mode: 0644]
source4/script/installswat.sh [new file with mode: 0644]
source4/script/makeunicodecasemap.awk [new file with mode: 0644]
source4/script/mkinstalldirs [new file with mode: 0755]
source4/script/mknissmbpasswd.sh [new file with mode: 0755]
source4/script/mknissmbpwdtbl.sh [new file with mode: 0755]
source4/script/mkproto.awk [new file with mode: 0644]
source4/script/mkproto.sh [new file with mode: 0644]
source4/script/mksmbpasswd.sh [new file with mode: 0644]
source4/script/revert.sh [new file with mode: 0644]
source4/script/scancvslog.pl [new file with mode: 0755]
source4/script/smbtar [new file with mode: 0644]
source4/script/uninstallbin.sh [new file with mode: 0644]
source4/script/uninstallman.sh [new file with mode: 0644]
source4/script/uninstallmodules.sh [new file with mode: 0644]
source4/script/uninstallscripts.sh [new file with mode: 0644]
source4/script/updatesmbpasswd.sh [new file with mode: 0644]
source4/smbadduser [new file with mode: 0755]
source4/smbd/.cvsignore [new file with mode: 0644]
source4/smbd/build_options.c [new file with mode: 0644]
source4/smbd/conn.c [new file with mode: 0644]
source4/smbd/connection.c [new file with mode: 0644]
source4/smbd/negprot.c [new file with mode: 0644]
source4/smbd/password.c [new file with mode: 0644]
source4/smbd/process.c [new file with mode: 0644]
source4/smbd/process_model.c [new file with mode: 0644]
source4/smbd/process_single.c [new file with mode: 0644]
source4/smbd/process_standard.c [new file with mode: 0644]
source4/smbd/process_thread.c [new file with mode: 0644]
source4/smbd/reply.c [new file with mode: 0644]
source4/smbd/request.c [new file with mode: 0644]
source4/smbd/rewrite.c [new file with mode: 0644]
source4/smbd/server.c [new file with mode: 0644]
source4/smbd/service.c [new file with mode: 0644]
source4/smbd/session.c [new file with mode: 0644]
source4/smbd/sesssetup.c [new file with mode: 0644]
source4/smbd/tcon.c [new file with mode: 0644]
source4/smbd/trans2.c [new file with mode: 0644]
source4/smbwrapper/.cvsignore [new file with mode: 0644]
source4/smbwrapper/PORTING [new file with mode: 0644]
source4/smbwrapper/README [new file with mode: 0644]
source4/smbwrapper/realcalls.c [new file with mode: 0644]
source4/smbwrapper/realcalls.h [new file with mode: 0644]
source4/smbwrapper/shared.c [new file with mode: 0644]
source4/smbwrapper/smbsh.c [new file with mode: 0644]
source4/smbwrapper/smbsh.in [new file with mode: 0644]
source4/smbwrapper/smbw.c [new file with mode: 0644]
source4/smbwrapper/smbw.h [new file with mode: 0644]
source4/smbwrapper/smbw_cache.c [new file with mode: 0644]
source4/smbwrapper/smbw_dir.c [new file with mode: 0644]
source4/smbwrapper/smbw_stat.c [new file with mode: 0644]
source4/smbwrapper/wrapped.c [new file with mode: 0644]
source4/tdb/.cvsignore [new file with mode: 0644]
source4/tdb/Makefile [new file with mode: 0644]
source4/tdb/README [new file with mode: 0644]
source4/tdb/spinlock.c [new file with mode: 0644]
source4/tdb/spinlock.h [new file with mode: 0644]
source4/tdb/tdb.c [new file with mode: 0644]
source4/tdb/tdb.h [new file with mode: 0644]
source4/tdb/tdb.magic [new file with mode: 0644]
source4/tdb/tdbbackup.c [new file with mode: 0644]
source4/tdb/tdbdump.c [new file with mode: 0644]
source4/tdb/tdbtest.c [new file with mode: 0644]
source4/tdb/tdbtool.c [new file with mode: 0644]
source4/tdb/tdbtorture.c [new file with mode: 0644]
source4/tdb/tdbutil.c [new file with mode: 0644]
source4/tdb/tdbutil.h [new file with mode: 0644]
source4/tests/.cvsignore [new file with mode: 0644]
source4/tests/README [new file with mode: 0644]
source4/tests/crypttest.c [new file with mode: 0644]
source4/tests/fcntl_lock.c [new file with mode: 0644]
source4/tests/fcntl_lock64.c [new file with mode: 0644]
source4/tests/fcntl_lock_thread.c [new file with mode: 0644]
source4/tests/ftruncate.c [new file with mode: 0644]
source4/tests/getgroups.c [new file with mode: 0644]
source4/tests/shared_mmap.c [new file with mode: 0644]
source4/tests/shlib.c [new file with mode: 0644]
source4/tests/summary.c [new file with mode: 0644]
source4/tests/trivial.c [new file with mode: 0644]
source4/tests/unixsock.c [new file with mode: 0644]
source4/torture/.cvsignore [new file with mode: 0644]
source4/torture/aliases.c [new file with mode: 0644]
source4/torture/cmd_sam.c [new file with mode: 0644]
source4/torture/cmd_vfs.c [new file with mode: 0644]
source4/torture/denytest.c [new file with mode: 0644]
source4/torture/dfstest.c [new file with mode: 0644]
source4/torture/genbit.c [new file with mode: 0644]
source4/torture/gendefs.h [new file with mode: 0644]
source4/torture/genparm.c [new file with mode: 0644]
source4/torture/gentest.c [new file with mode: 0644]
source4/torture/locktest.c [new file with mode: 0644]
source4/torture/locktest2.c [new file with mode: 0644]
source4/torture/mangle_test.c [new file with mode: 0644]
source4/torture/masktest.c [new file with mode: 0644]
source4/torture/msgtest.c [new file with mode: 0644]
source4/torture/nbio.c [new file with mode: 0644]
source4/torture/nsstest.c [new file with mode: 0644]
source4/torture/qfileinfo.c [new file with mode: 0644]
source4/torture/qfsinfo.c [new file with mode: 0644]
source4/torture/raw/chkpath.c [new file with mode: 0644]
source4/torture/raw/close.c [new file with mode: 0644]
source4/torture/raw/context.c [new file with mode: 0644]
source4/torture/raw/ioctl.c [new file with mode: 0644]
source4/torture/raw/lock.c [new file with mode: 0644]
source4/torture/raw/missing.txt [new file with mode: 0644]
source4/torture/raw/mkdir.c [new file with mode: 0644]
source4/torture/raw/mux.c [new file with mode: 0644]
source4/torture/raw/notify.c [new file with mode: 0644]
source4/torture/raw/open.c [new file with mode: 0644]
source4/torture/raw/oplock.c [new file with mode: 0644]
source4/torture/raw/qfileinfo.c [new file with mode: 0644]
source4/torture/raw/qfsinfo.c [new file with mode: 0644]
source4/torture/raw/read.c [new file with mode: 0644]
source4/torture/raw/rename.c [new file with mode: 0644]
source4/torture/raw/search.c [new file with mode: 0644]
source4/torture/raw/seek.c [new file with mode: 0644]
source4/torture/raw/setfileinfo.c [new file with mode: 0644]
source4/torture/raw/unlink.c [new file with mode: 0644]
source4/torture/raw/write.c [new file with mode: 0644]
source4/torture/rpctorture.c [new file with mode: 0644]
source4/torture/samtest.c [new file with mode: 0644]
source4/torture/samtest.h [new file with mode: 0644]
source4/torture/scanner.c [new file with mode: 0644]
source4/torture/search.c [new file with mode: 0644]
source4/torture/setfileinfo.c [new file with mode: 0644]
source4/torture/t_strcmp.c [new file with mode: 0644]
source4/torture/torture.c [new file with mode: 0644]
source4/torture/torture_util.c [new file with mode: 0644]
source4/torture/utable.c [new file with mode: 0644]
source4/torture/vfstest.c [new file with mode: 0644]
source4/torture/vfstest.h [new file with mode: 0644]
source4/ubiqx/.cvsignore [new file with mode: 0644]
source4/utils/.cvsignore [new file with mode: 0644]
source4/utils/debug2html.c [new file with mode: 0644]
source4/utils/editreg.c [new file with mode: 0644]
source4/utils/net.c [new file with mode: 0644]
source4/utils/net.h [new file with mode: 0644]
source4/utils/net_ads.c [new file with mode: 0644]
source4/utils/net_ads_cldap.c [new file with mode: 0644]
source4/utils/net_cache.c [new file with mode: 0644]
source4/utils/net_help.c [new file with mode: 0644]
source4/utils/net_lookup.c [new file with mode: 0644]
source4/utils/net_rap.c [new file with mode: 0644]
source4/utils/net_rpc.c [new file with mode: 0644]
source4/utils/net_rpc_join.c [new file with mode: 0644]
source4/utils/net_rpc_samsync.c [new file with mode: 0644]
source4/utils/net_time.c [new file with mode: 0644]
source4/utils/nmblookup.c [new file with mode: 0644]
source4/utils/ntlm_auth.c [new file with mode: 0644]
source4/utils/pdbedit.c [new file with mode: 0644]
source4/utils/profiles.c [new file with mode: 0644]
source4/utils/rewrite.c [new file with mode: 0644]
source4/utils/rpccheck.c [new file with mode: 0644]
source4/utils/smbcacls.c [new file with mode: 0644]
source4/utils/smbcontrol.c [new file with mode: 0644]
source4/utils/smbfilter.c [new file with mode: 0644]
source4/utils/smbgroupedit.c [new file with mode: 0644]
source4/utils/smbpasswd.c [new file with mode: 0644]
source4/utils/smbtree.c [new file with mode: 0644]
source4/utils/smbw_sample.c [new file with mode: 0644]
source4/utils/status.c [new file with mode: 0644]
source4/utils/tdb/Makefile [new file with mode: 0644]
source4/utils/tdb/README [new file with mode: 0644]
source4/utils/tdb/tdb.magic [new file with mode: 0644]
source4/utils/tdb/tdbbackup.c [new file with mode: 0644]
source4/utils/tdb/tdbdump.c [new file with mode: 0644]
source4/utils/tdb/tdbtest.c [new file with mode: 0644]
source4/utils/tdb/tdbtool.c [new file with mode: 0644]
source4/utils/tdb/tdbtorture.c [new file with mode: 0644]
source4/utils/testparm.c [new file with mode: 0644]
source4/utils/testprns.c [new file with mode: 0644]
source4/web/.cvsignore [new file with mode: 0644]
source4/web/cgi.c [new file with mode: 0644]
source4/web/diagnose.c [new file with mode: 0644]
source4/web/neg_lang.c [new file with mode: 0644]
source4/web/startstop.c [new file with mode: 0644]
source4/web/statuspage.c [new file with mode: 0644]
source4/web/swat.c [new file with mode: 0644]
source4/wrepld/parser.c [new file with mode: 0644]
source4/wrepld/partners.c [new file with mode: 0644]
source4/wrepld/process.c [new file with mode: 0644]
source4/wrepld/server.c [new file with mode: 0644]
source4/wrepld/socket.c [new file with mode: 0644]
source4/wrepld/wins_repl.h [new file with mode: 0644]