summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-0418-27/+27
* Added add domain user to rpcclient.Tim Potter2001-06-042-0/+238
* More compile fixups for winbind portability.Tim Potter2001-06-042-3/+7
* Compile fix for Solaris.Tim Potter2001-06-041-8/+29
* Compile fix for solaris.Tim Potter2001-06-041-7/+5
* Compile fix for wbinfo on solaris.Tim Potter2001-06-043-601/+601
* removed SHLIBS until someone has time to get it to compile on more platforms ...Andrew Tridgell2001-06-031-1/+4
* Update prototype file.Tim Potter2001-06-021-13/+0
* Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter2001-06-021-9/+13
* Removed irritating and unecessary debug message.Tim Potter2001-06-021-3/+0
* i18n bugfix merge from appliance.Tim Potter2001-06-021-1/+6
* final sync with SAMBA_2_2Gerald Carter2001-06-0114-162/+169
* more syncs with SAMBA_2_2Gerald Carter2001-06-018-95/+1170
* sync with SAMBA_2_2Gerald Carter2001-06-0144-0/+4864
* Oops.Tim Potter2001-06-011-1/+15
* beginning of merge with SAMBA_2_2Gerald Carter2001-06-015-28/+34
* forgot oneGerald Carter2001-06-011-0/+240
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-013-32/+70
* sync with SAMBA_2_2Gerald Carter2001-06-0115-266/+317
* Added a --with/without winbind option to configure. The default is toTim Potter2001-06-012-746/+789
* syncing up with SAMBA_2_2Gerald Carter2001-06-0139-4585/+10056
* Added *.po to .cvsignore files.Tim Potter2001-06-013-0/+3
* Added a comment.Tim Potter2001-06-011-0/+1
* merge from 2.2Gerald Carter2001-05-311-12/+28
* merge from 2.2Gerald Carter2001-05-311-0/+6
* merge from 2.2Gerald Carter2001-05-312-3/+1
* 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