summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison2007-10-1011-182/+323
* r17097: Move share_access_check from rpc_server/srv_srvsvc_nt.c to lib/shares...Volker Lendecke2007-10-102-31/+31
* r17096: Simplify share_access_check a bit: It takes the sharename instead of ...Volker Lendecke2007-10-103-19/+23
* r17095: Activate RPC-SAMBA3-SHARESECVolker Lendecke2007-10-101-1/+1
* r17089: Fix a possible null dereference and some memleaks.Volker Lendecke2007-10-102-0/+8
* r17086: Re-add ability to contact remote domain controllers with the "net ads"Günther Deschner2007-10-102-39/+64
* r17080: Remove traces of the wrepld directory (nowJeremy Allison2007-10-101-20/+2
* r17078: Ouch....Volker Lendecke2007-10-101-36/+0
* r17077: Activate RPC-SAMBA3-GETUSERNAME in the build farmVolker Lendecke2007-10-102-1/+37
* r17075: Even without talloc_steal you can still create memory problems.... ;-)Volker Lendecke2007-10-101-1/+1
* r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke2007-10-101-4/+16
* r17063: Update debian-sarge for 3.0.23Simo Sorce2007-10-106-111/+93
* r17060: Some c++ warningsVolker Lendecke2007-10-101-3/+4
* r17047: Fix a typo and a possible NULL dereferenceVolker Lendecke2007-10-101-2/+4
* r17046: Ensure we're using the right pointers ...Jeremy Allison2007-10-101-11/+7
* r17043: Fix memleak when processing CIFS POSIX lock/unlockJeremy Allison2007-10-101-4/+5
* r17041: Trying to track down a *big* memory leak in the new lock code.Jeremy Allison2007-10-102-1/+2
* r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke2007-10-105-127/+244
* r17033: Restructure init_srv_share_info_ctr so that there's only one loop, no...Volker Lendecke2007-10-101-185/+119
* r17032: I thought I had already merged this from trunk:Volker Lendecke2007-10-104-8/+13
* r17030: Partially fix standalone build of tdb directoryJeremy Allison2007-10-102-2/+1
* r17025: Remove one blank line - test checking in to twoJeremy Allison2007-10-101-1/+0
* r17023: security = server should not be considerd ROLE_DOMAIN_MEMBERGerald Carter2007-10-101-1/+2
* r17022: Fix the build farm -- maybe this is the real fix, testing moreVolker Lendecke2007-10-101-1/+2
* r17021: remove unsupported smbwrapper codeGerald Carter2007-10-1017-4463/+12
* r17017: BUG 3916: fix pam config file parsing in pam_winbind.Gerald Carter2007-10-101-15/+17
* r17016: Different and smaller fix for the valid users = username problem.Volker Lendecke2007-10-101-1/+7
* r17011: Back out r17010 after talking to Jerry. Another fix pending...Volker Lendecke2007-10-101-34/+9
* r17010: If winbind is not around, add S-1-22-1-<uid> to the user's token.Volker Lendecke2007-10-101-9/+34
* r17007: Increment winbind protocol version number.Andrew Bartlett2007-10-101-1/+1
* r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1Andrew Bartlett2007-10-106-1/+502
* r17003: Fix coverity #303 - possible null deref. Jerry pleaseJeremy Allison2007-10-101-0/+1
* r17000: Allow CIFS POSIX locks to coexist with Windows locks.Jeremy Allison2007-10-101-1/+1
* r16998: patch from Paul Griffith <paulg@cs.yorku.ca> to fix compile of the te...Gerald Carter2007-10-101-12/+12
* r16997: Simo's patch (based on repotr from Seth Elssworth of Quest) to try to...Gerald Carter2007-10-101-2/+21
* r16994: Fix bug #3923, reported by jason@ncac.gwu.edu. Incorrect typeJeremy Allison2007-10-101-1/+1
* r16992: Fix bug #3922 reported by jason@ncac.gwu.edu, correctlyJeremy Allison2007-10-101-1/+1
* r16990: Fix bug #3921 spotted by jason@ncac.gwu.edu. CorrectlyJeremy Allison2007-10-101-1/+1
* r16987: Fix the logic errors in ref-counting Windows locks.Jeremy Allison2007-10-102-9/+14
* r16973: Fix subtle logic error in lock ref counting found byJeremy Allison2007-10-102-11/+11
* r16971: Ensure we use the correct separator for pathnamesJeremy Allison2007-10-101-34/+135
* r16968: The function parse_processed_dfs_path() is dependent on theJeremy Allison2007-10-101-5/+11
* r16962: Add a few utility fns into client. Allow POSIX capabilitiesJeremy Allison2007-10-102-2/+122
* r16960: Some warnings from host "opi"Volker Lendecke2007-10-103-9/+10
* r16957: fix cut-n-paste error. The check for 'if (\!salt)' make no sense whe...Gerald Carter2007-10-101-5/+0
* r16955: Fix an uninitialized var -- Jerry, please check.Volker Lendecke2007-10-101-2/+2
* r16954: Volker reminded me we already have code to do this check.Gerald Carter2007-10-101-8/+4
* r16953: Don't allow groups to be renamed to an existing user or other groupGerald Carter2007-10-101-5/+22
* r16952: New derive DES salt code and Krb5 keytab generationGerald Carter2007-10-107-749/+573
* r16948: Sync the exmaples code from trunk.Jeremy Allison2007-10-102-200/+200