summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.2.0acvs2svn Import User2001-06-2341-3939/+0
* preparing for release of 2.2.0aSamba Release Account2001-06-2366-67/+67
* Log debug message before and after so we know if netbios names were changed.Jeremy Allison2001-06-231-0/+3
* Updated to mention new features will be in 2.2.1 - this is a security fixJeremy Allison2001-06-231-0/+4
* Updated with security advisory message.Jeremy Allison2001-06-231-2/+96
* Updated lib/access.c for allow/deny fix.Jeremy Allison2001-06-231-24/+25
* Added other_safe_chars to alpha_strcpy(). Better fix for problem.Jeremy Allison2001-06-236-461/+492
* Get ready for fix release.Jeremy Allison2001-06-231-1/+1
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-05-315-0/+411
|\
| * This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-05-317-0/+709
| |\
| | * Rename bzero -> memset.Jeremy Allison2001-05-311-55/+81
| | * Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison2001-05-311-1/+1
| | * fixed asprintf declarationAndrew Tridgell2001-05-301-6/+3
| | * - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell2001-05-306-571/+728
| | * merged fix for tdb_unpack from 2_2Andrew Tridgell2001-05-301-1/+4
| | * added list function to tdbtoolAndrew Tridgell2001-05-301-0/+2
| | * new proto.hAndrew Tridgell2001-05-301-565/+567
| | * make swat recover from previously bad umask from xinetdAndrew Tridgell2001-05-301-2/+8
| | * use the new tdb_open_log() fn on connections databaseAndrew Tridgell2001-05-301-1/+1
| | * - fixed an off-by-1 bug in the delayed deletion code that I believeAndrew Tridgell2001-05-304-58/+162
| | * added a tdb_open_log() function that opens a tdb and enables loggingAndrew Tridgell2001-05-302-1/+34
| | * Add border=0 in included swat images to get rid of the link border stuff.Tim Potter2001-05-301-1/+1
| | * more portable TDB_LOG macroAndrew Tridgell2001-05-291-1/+1
| | * Fixed compiler warning.Tim Potter2001-05-291-2/+2
| | * 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-296-574/+835
| | * The manual page for swat referred to nmblookup in the synopsis.Tim Potter2001-05-291-1/+1
| | * make sure the umask is set in swatAndrew Tridgell2001-05-281-0/+2
| | * try to make the tailer code much more robust. When a recordAndrew Tridgell2001-05-284-14/+123
| | * i18n fix for domain_client_validate()Tim Potter2001-05-251-1/+1
| | * return an error code on password attack, rather than exiting.Andrew Tridgell2001-05-251-4/+7
| | * Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-254-15/+44
| | * Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-245-31/+36
| | * Fix for random stream generator.Jeremy Allison2001-05-241-168/+186
| | * Added structures for LOGON_CTRL rpc.Tim Potter2001-05-242-24/+95
| | * Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2001-05-242-2/+267
| | * Fixed compiler warning.Tim Potter2001-05-241-1/+0
| | * Added server side reponse to net_logon_ctrl rpc. We can now respondTim Potter2001-05-242-3/+62
| | * Added srv_get_info client command.Tim Potter2001-05-241-0/+46
| | * Added logon control2 client call.Tim Potter2001-05-241-29/+15
| | * Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter2001-05-241-12/+133
| | * Removed some level 0 debugs accidentally left in - oops.Tim Potter2001-05-241-3/+0
| | * Replaced next_command() with call to next_token().Tim Potter2001-05-241-21/+5
| | * Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-246-428/+289
| | * Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison2001-05-231-3/+10
| | * This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2001-05-232-0/+2
| | * Stupid typo. Should be if (!tdb).Jeremy Allison2001-05-231-1/+1
| | * Try to fix build by adding autoconf tests for pam headers.Jeremy Allison2001-05-224-612/+660
| | * Defensive brlock and locking database cleaning code.Jeremy Allison2001-05-224-50/+165
| | * Use canonical mappings for file controls. Fixes W2KSP2 profile problems (IJeremy Allison2001-05-181-0/+11