summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-251-1/+3
* | Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-0/+1
* | Added structures for LOGON_CTRL rpc.Tim Potter2001-05-242-24/+95
* | This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2001-05-231-0/+1
* | Try to fix build by adding autoconf tests for pam headers.Jeremy Allison2001-05-221-0/+3
* | Defensive brlock and locking database cleaning code.Jeremy Allison2001-05-221-0/+1
* | Use canonical mappings for file controls. Fixes W2KSP2 profile problems (IJeremy Allison2001-05-181-0/+11
* | make protoGerald Carter2001-05-181-0/+19
* | merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-0/+1
* | Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-181-1/+5
* | merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-1/+18
* | ran make protoAndrew Tridgell2001-05-171-4/+0
* | Ran a make proto to fix the problems ...Richard Sharpe2001-05-171-2/+5
* | Updated the inplace documentation to reflect change from EUCLEAN to EINVAL.Richard Sharpe2001-05-151-39/+32
* | make protoTim Potter2001-05-141-234/+233
* | string_hash() should be static. hash_clear() should be void.Jeremy Allison2001-05-121-2/+1
* | make protoTim Potter2001-05-101-0/+1
* | Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison2001-05-101-9/+6
* | Removed S_ISSOCK() macro as it's only used within winbind client code.Tim Potter2001-05-081-10/+0
* | make protoTim Potter2001-05-081-2/+7
* | merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-3/+0
* | Patch from Simo:Gerald Carter2001-05-071-2/+41
* | Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-0/+8
* | rebuild proto.hAndrew Tridgell2001-05-071-114/+50
* | Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-061-0/+5
* | Big cleanup of passdb and backends.Jean-François Micouleau2001-05-043-40/+42
* | make protoGerald Carter2001-05-041-0/+4
* | make protoTim Potter2001-05-041-1/+14
* | Merge of struct acct_info from TNG.Tim Potter2001-05-041-1/+2
* | renamed unknown field to access mask in open alias structures.Tim Potter2001-05-041-2/+2
* | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-032-0/+14
* | Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-022-6/+2916
* | Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2001-05-021-2915/+1
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-1/+1
* | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-012-1/+49
* | Ensure correct password change script gets selected --with-pam.Jeremy Allison2001-04-301-0/+4
* | Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-3/+6
* | - fixed some compiler warningsAndrew Tridgell2001-04-282-10/+12
* | - added test for vasprintfAndrew Tridgell2001-04-287-40/+252
* | added asprintf testAndrew Tridgell2001-04-281-0/+3
* | rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-284-394/+174
* | C99 test for snprintfAndrew Tridgell2001-04-271-0/+1
* | converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-252-6/+2
* | Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison2001-04-251-0/+5
* | Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-232-2/+20
* | Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-231-0/+1
* | Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-3/+3
* | Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-1/+1
* | merging from 2.2 to headAndrew Tridgell2001-04-221-4/+17
* | merge from 2.2Andrew Tridgell2001-04-183-6/+27