summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | Add some comments.Andrew Bartlett2003-05-051-0/+34
* | Add a new entry to make check. If we have compiled python extensions,Tim Potter2003-05-052-1/+52
* | Fix for bug #60. Our autoconf code adds both libraries and linkerTim Potter2003-05-051-21/+30
* | Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett2003-05-053-13/+25
* | Add some more tests to the ntlm_auth diagnositics package.Andrew Bartlett2003-05-051-9/+373
* | Merge of backslash @LDAP_LIBS@ fix from HEAD.Tim Potter2003-05-051-2/+1
* | Fixed typo introduced in reverted patch from version 1.12.4.5Tim Potter2003-05-051-1/+1
* | Fix some compiler warnings.Tim Potter2003-05-051-4/+1
* | AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2003-05-052-5/+6
* | Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett2003-05-042-3/+19
* | Add doco to our SMB signing code.Andrew Bartlett2003-05-041-5/+32
* | configure.in updates:Andrew Bartlett2003-05-031-32/+11
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-05-032-0/+737
|\|
| * fixes to *_util.c filesSimo Sorce2003-05-034-15/+416
| * exclude tdbsam2.h generation until it will be usedSimo Sorce2003-05-021-14/+15
| * fix pam_smbpassSimo Sorce2003-05-022-3/+3
| * remove testing debug lineSimo Sorce2003-05-021-1/+1
| * shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce2003-05-023-15/+15
| * Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
| * Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
| * fix wrong debug messages in idmap_util.cSimo Sorce2003-05-012-5/+10
| * init wellknown in pdbedit tooSimo Sorce2003-05-012-24/+26
| * proper wellknown sids initialization at startupSimo Sorce2003-05-015-40/+90
* | Add a comment about the use of string functions in the modules code, andAndrew Bartlett2003-05-031-4/+9
* | Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farmAndrew Bartlett2003-05-031-1/+1
* | Now that multi-pdu schannel works and a but in the negotiator has beenVolker Lendecke2003-05-021-2/+2
* | Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* | Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-05-012-0/+655
|\|
| * *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-0116-177/+174
| * Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
| * Use ints for the version numbers in the smb_register_*() functions (patch by ...Jelmer Vernooij2003-05-013-3/+3
* | Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
* | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett2003-05-013-41/+19
* | Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-304-5/+5
* | Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-302-94/+1
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-301-0/+115
|\|
| * Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-303-94/+116
| * correctly initiazlize idmap tdb when creationg newSimo Sorce2003-04-304-148/+169
| * pam_smbpass will need at least IDMAP.Andrew Bartlett2003-04-301-1/+1
| * Get pam_smbpass to compile again (it probably won't link or run, but at leastAndrew Bartlett2003-04-302-5/+3
| * auto-init for utility functionsSimo Sorce2003-04-301-0/+18
| * forgot to remove getpwnamSimo Sorce2003-04-291-20/+0
| * This is a nice rewrite:Simo Sorce2003-04-2923-371/+191
| * remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter2003-04-293-93/+1
| * adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
| * Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett2003-04-291-34/+25
| * Change order of parameters to smb_register_passdb()Jelmer Vernooij2003-04-293-3/+3
| * add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
| * Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett2003-04-291-412/+1591