summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r23624: Merge dos error code from samba4 (returned from dfs_Enum against w2k3...Günther Deschner2007-10-102-0/+2
* r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner2007-10-102-22/+29
* r23622: regenerate dfs rpc gen_ndr.Günther Deschner2007-10-106-248/+2092
* r23621: Merge samba4 dfs rpc idl.Günther Deschner2007-10-101-47/+208
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-1013-144/+94
* r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter ...Gerald Carter2007-10-101-1/+1
* r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough2007-10-104-4/+84
* r23612: Revert 'net idmap dump' to the 3.0.24 behaviour.Volker Lendecke2007-10-101-31/+32
* r23611: Fix typo in error message.James Peach2007-10-101-1/+1
* r23610: Move some winbindd_cache specific flags and actionsMichael Adam2007-10-102-8/+20
* r23609: Removing more redundant codepaths out of smb_krb5_renew_ticket().Günther Deschner2007-10-101-38/+26
* r23608: Just inline comment cosmetics.Günther Deschner2007-10-101-5/+2
* r23607: Add legacy support for Services for Unix (SFU) 2.0.Günther Deschner2007-10-104-25/+110
* r23606: Merge Samba4 mkversion.sh to Samba3.Kai Blin2007-10-101-45/+108
* r23601: BUG 4579: Don't mark the SAM domain on a Samba DC as an internal doma...Gerald Carter2007-10-101-0/+6
* r23600: First step in abstracting the winbindd cache validationMichael Adam2007-10-103-219/+238
* r23599: Add new version of indent script copied from the the LinuxGerald Carter2007-10-101-16/+7
* r23598: Add script for running indent and remove .indent.pro fileGerald Carter2007-10-102-30/+21
* r23597: add a few utility scripts for code formattingGerald Carter2007-10-102-0/+33
* r23596: Add notes about smbfs/cifs to usage() in smb[u]mountVolker Lendecke2007-10-102-1/+6
* r23595: One pstring a day...Volker Lendecke2007-10-101-7/+19
* r23594: Fix parsing of local pids if cluster support is compiled in but noVolker Lendecke2007-10-101-0/+4
* r23593: Mention "net conf" in top level net usage.Michael Adam2007-10-101-2/+3
* r23592: Change a debuglevel to not clutter output when callingMichael Adam2007-10-101-1/+1
* r23591: Fix bug #4725. Don't crash when no eventlogs specified. NeedsJeremy Allison2007-10-102-0/+8
* r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison2007-10-101-1/+5
* r23589: Ensure we will always release any timeout handlerJeremy Allison2007-10-102-6/+7
* r23588: Some more cleanups and error checks in the krb5 renew function.Günther Deschner2007-10-101-6/+12
* r23587: Cleanup redundant code in the krb5 renew function.Günther Deschner2007-10-101-23/+16
* r23586: Fix heimdal path in the krb5 renew routine when we need to compose th...Günther Deschner2007-10-101-1/+5
* r23585: Add a "drop" function to "net conf" that clears theMichael Adam2007-10-101-0/+81
* r23584: Use a while loop instead of a for loop without increment... :-)Michael Adam2007-10-101-9/+2
* r23583: Add a utility function to recursively delete a RegistryMichael Adam2007-10-101-0/+56
* r23582: Fix event based krb5 ticket refreshing in winbindd.Günther Deschner2007-10-102-6/+6
* r23581: Move regkey_open_onelevel from reg_frontend to reg_api,Michael Adam2007-10-102-117/+110
* r23579: Up to now, the "allparameters" argument to lp_next_parameter wasMichael Adam2007-10-101-0/+3
* r23578: When calling DeleteKey for a key that has subkey(s), WindowsMichael Adam2007-10-101-4/+17
* r23577: Fix winbindd (sorry). Ensure I set the new child_pidJeremy Allison2007-10-101-1/+3
* r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.James Peach2007-10-101-4/+4
* r23575: Fix a segfault when lp_load is called before init_registry.Michael Adam2007-10-101-0/+2
* r23574: Remove double-null check (I hate people bitching at meJeremy Allison2007-10-101-3/+1
* r23573: Cope with terminating winbindd children on read/write/timeoutJeremy Allison2007-10-101-38/+45
* r23572: Ensure we obey Unicode consortium restrictions. CodeJeremy Allison2007-10-101-15/+22
* r23571: Fix, parsing of multi byte share names.Simo Sorce2007-10-101-16/+10
* r23569: Also dump fd_event in dump_event_list().Günther Deschner2007-10-101-1/+10
* r23568: Remove last traces of Heimdal KCM support (and don't misuse wbinfo wh...Günther Deschner2007-10-101-25/+4
* r23567: Fix bug 4721Volker Lendecke2007-10-101-1/+1
* r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.Michael Adam2007-10-101-3/+1
* r23565: Avoid double NULL pointer checks.Günther Deschner2007-10-102-18/+6
* r23564: Handle MSG_DUMP_EVENT_LIST only in winbindd for now.Günther Deschner2007-10-102-0/+42