summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-18merged changes from v4-0-testAndrew Tridgell2-43/+43
2008-01-18Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner3-3/+309
2008-01-18Cosmetics and error string reporting for libnetapi.Günther Deschner3-16/+114
2008-01-18Add some more debugging into netdomjoin-gui.Günther Deschner1-4/+9
2008-01-18Fix local hostname detection in netdomjoin-gui.Günther Deschner1-10/+27
2008-01-18Improve libnetapi_set_error_string().Günther Deschner2-7/+39
2008-01-18Add and correct some WERROR codes.Michael Adam2-2/+13
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman62-1277/+27280
2008-01-17Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2-46/+38
2008-01-17Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke1-2/+2
2008-01-17Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2-38/+8
2008-01-17Include auto-generated client headers for netlogon/samr.Günther Deschner1-0/+2
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner15-152/+70
2008-01-17Re-run make idl to regnerated netlogon.Günther Deschner2-10/+12
2008-01-17Add NETLOGON_GRACE_LOGON flag to netr_UserFlags.Günther Deschner1-10/+11
2008-01-17Re-run make idl to generate SAMR output.Günther Deschner8-1/+23360
2008-01-17Use pidl generated data from misc.idl.Günther Deschner8-125/+306
2008-01-17Re-run make idl to regenerate netlogon output.Günther Deschner7-598/+2264
2008-01-17Remove dependency for nbt.idl (the NBT_SERVER_* flags) in netlogon.idl.Günther Deschner1-9/+9
2008-01-17Remove samba4 specifi struct server_id from misc.idl.Günther Deschner1-6/+0
2008-01-17Import recent misc.idl from Samba4.Günther Deschner1-1/+5
2008-01-17Add samba3 [out,ref] pointer massage to samr&netlogon idl.Günther Deschner2-93/+94
2008-01-17Import recent netlogon and samr IDL from samba4.Günther Deschner2-136/+430
2008-01-17Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2-4/+12
2008-01-17Add my (C) to reg_api.c - MichaelMichael Adam1-0/+1
2008-01-17Add a comment header comparing winreg.idl and reg_api.c.Michael Adam1-0/+42
2008-01-17Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().Michael Adam1-2/+2
2008-01-17Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam1-0/+11
2008-01-17Comment out unused reg_create_path() and reg_delete_path().Michael Adam1-1/+5
2008-01-17Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2-95/+95
2008-01-17Convert sync_eventlog_params() to use reg_api instead of reg_frontend.Michael Adam1-20/+26
2008-01-17Add some sectioning comments to reg_api.cMichael Adam1-0/+15
2008-01-17Make utility function reg_deletekey_recursive_internal() static.Michael Adam1-4/+4
2008-01-17Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam1-6/+6
2008-01-17Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam1-21/+19
2008-01-17idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.Jelmer Vernooij7-10/+20
2008-01-17idl: Remove use of [ref], which is the default.Jelmer Vernooij1-3/+3
2008-01-17idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij5-18/+18
2008-01-17idl: Update DFS IDL from Samba 4.Jelmer Vernooij7-10/+526
2008-01-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman6-53/+35
2008-01-17Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman1-1/+4
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy5-28/+16
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy5-22/+17
2008-01-17Fix more VFS API mixup with offline filesAlexander Bokovoy1-5/+4
2008-01-16Fix bug found by Derrell - windows returns an read returnJeremy Allison1-21/+28
2008-01-16Fix the mess that ab just made of the new VFS code.Jeremy Allison3-57/+62
2008-01-16Tidy up code and debug for non-default krb5 IPv6 port.Jeremy Allison1-9/+15
2008-01-16Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison2-15/+81
2008-01-16Revert "default to tdbsam instead of smbpasswd"Volker Lendecke1-1/+1
2008-01-16Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke1-0/+1