summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4822: fix return code when you ask for a non-privileged SID via one of the p...Gerald Carter1-0/+9
2007-10-10r4809: * include SeDiskOperatorPrivilege and SeRemoteShutdownPrivilegeGerald Carter1-88/+25
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-120/+309
2007-10-10r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter1-0/+16
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-12/+65
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-1/+1
2007-10-10r4731: Fix the buildVolker Lendecke1-1/+2
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter3-219/+526
2007-10-10r4651: Add "refuse machine password change" policy field. This update will justJim McDonough1-14/+52
2007-10-10r4581: From Derrell.Lipman@UnwiredUniverse.com. Use nanosleep instead of selectJeremy Allison1-1/+14
2007-10-10r4545: Fix based on work by Derrell.Lipman@UnwiredUniverse.com :Jeremy Allison1-4/+26
2007-10-10r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>Jeremy Allison1-0/+8
2007-10-10r4306: Couple more MALLOC fixes from albert chin (china@thewrittenword.com).Jeremy Allison1-1/+1
2007-10-10r4305: Fix from Albert Chin (china@thewrittenword.com) to fix theJeremy Allison2-6/+6
2007-10-10r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and addJeremy Allison1-1/+57
2007-10-10r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison3-35/+34
2007-10-10r4289: Close LDAP-Connection before retrying to open a new connection in theGünther Deschner1-0/+1
2007-10-10r4270: Add some const as a fix for bugzilla #2135.Tim Potter1-1/+1
2007-10-10r4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' te...Volker Lendecke1-1/+5
2007-10-10r4252: Comment clarification from Love Hörnquist Åstrand <lha@stacken.kth.se>.Volker Lendecke1-3/+7
2007-10-10r4241: More *alloc fixes.Jeremy Allison1-2/+7
2007-10-10r4236: More *alloc fixes.Jeremy Allison1-6/+6
2007-10-10r4217: Fix open_any_socket_out.Volker Lendecke1-13/+27
2007-10-10r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the localeJeremy Allison1-0/+9
2007-10-10r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's be...Jeremy Allison2-12/+6
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison36-192/+355
2007-10-10r4032: Fix bug #2110 - ensure we convert to ucs2 correctly.Jeremy Allison2-12/+11
2007-10-10r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,Jeremy Allison1-1/+4
2007-10-10r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison1-1/+1
2007-10-10r3944: Fix the problem we get on Linux where sendfile fails, but we've alread...Jeremy Allison1-2/+26
2007-10-10r3940: typo.Günther Deschner1-1/+1
2007-10-10r3857: Shut up gcc about erroneous "used uninitialised" warning.Jeremy Allison1-3/+3
2007-10-10r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke1-0/+136
2007-10-10r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2-13/+93
2007-10-10r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nssVolker Lendecke1-0/+43
2007-10-10r3693: Correctly detect errno for no acl/ea support.Jeremy Allison1-0/+20
2007-10-10r3650: Allow to call spoolss-server as "localhost".Günther Deschner1-1/+6
2007-10-10r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison1-0/+65
2007-10-10r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke1-0/+4
2007-10-10r3561: Since we have tdb_reopen_all() after all forks, the local_pid logic is...Volker Lendecke1-4/+1
2007-10-10r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter1-3/+5
2007-10-10r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...Jeremy Allison1-1/+1
2007-10-10r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...Andrew Bartlett2-12/+63
2007-10-10r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It isAndrew Tridgell2-11/+22
2007-10-10r2813: Fix the build.Rafal Szczesniak1-1/+1
2007-10-10r2778: merged the new samba4 ms_fnmatch code to Samba3. Thanks to RustyAndrew Tridgell1-176/+131
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-7/+45
2007-10-10r2729: Fix ldapsam_compat homeDrive. Thanks to jason@env.leeds.ac.ukVolker Lendecke1-1/+1
2007-10-10r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison1-0/+26
2007-10-10r2610: Even if we only use the fast-path (ascii only) thenJeremy Allison1-0/+21