summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-082-601/+615
* Extra stuff for large readwrite support.Jeremy Allison2001-06-084-6/+10
* Correctly make max pathlength 255.Jeremy Allison2001-06-081-1/+1
* Fix up the problems with calling smbc_init multiple times.Richard Sharpe2001-06-071-0/+6
* Fixed typo in #ifndef at head of file.Tim Potter2001-06-071-2/+2
* Added comment about possible optimisation to winbindd_pam_auth()Tim Potter2001-06-071-0/+4
* Fixed bug in winbind_sid_to_gid() function.Tim Potter2001-06-071-1/+1
* Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison2001-06-064-19/+12
* Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2001-06-062-21/+29
* Fix for cli_samr_connect() arg change.Tim Potter2001-06-061-1/+1
* Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead ofTim Potter2001-06-061-2/+2
* Added stub dfs client commands to rpcclient.Tim Potter2001-06-062-3/+7
* Added stubs for dfs rpc client routines.Tim Potter2001-06-062-0/+111
* Prototypes update.Tim Potter2001-06-061-3/+29
* Indent dodgy function prototype to avoid make proto picking it up andTim Potter2001-06-061-1/+1
* Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
* Fixed bug in cli_samr_create_dom_user()Tim Potter2001-06-061-4/+68
* Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter2001-06-061-2/+12
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-053-3/+61
* Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
* don't use c++ style commentsAndrew Tridgell2001-06-051-1/+1
* fixed solaris compilation error (don't add to a void*)Andrew Tridgell2001-06-051-2/+2
* Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter2001-06-051-0/+5
* 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
* Oops.Tim Potter2001-06-011-1/+15
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-013-32/+70
* Added a --with/without winbind option to configure. The default is toTim Potter2001-06-012-746/+789
* 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