summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-06-08Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison1-19/+56
2001-06-08Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2-601/+615
2001-06-08syc up docs with 2.2Gerald Carter5-392/+27
2001-06-08Extra stuff for large readwrite support.Jeremy Allison4-6/+10
2001-06-08Correctly make max pathlength 255.Jeremy Allison1-1/+1
2001-06-07Fix up the problems with calling smbc_init multiple times.Richard Sharpe1-0/+6
2001-06-07Fixed typo in #ifndef at head of file.Tim Potter1-2/+2
2001-06-07Added comment about possible optimisation to winbindd_pam_auth()Tim Potter1-0/+4
2001-06-07Fixed bug in winbind_sid_to_gid() function.Tim Potter1-1/+1
2001-06-06Correction to winbind nss library install process. So how do I update theTim Potter1-2/+6
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison4-19/+12
2001-06-06Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2-21/+29
2001-06-06Fix for cli_samr_connect() arg change.Tim Potter1-1/+1
2001-06-06Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead ofTim Potter1-2/+2
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter2-3/+7
2001-06-06Added stubs for dfs rpc client routines.Tim Potter2-0/+111
2001-06-06Prototypes update.Tim Potter1-3/+29
2001-06-06Indent dodgy function prototype to avoid make proto picking it up andTim Potter1-1/+1
2001-06-06Fixups for new args to cli_samr_connect()Tim Potter1-35/+175
2001-06-06Fixed bug in cli_samr_create_dom_user()Tim Potter1-4/+68
2001-06-06Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter1-2/+12
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison3-3/+61
2001-06-05Deal with incorrect large writes from old NT4.x clients.Jeremy Allison1-1/+5
2001-06-05don't use c++ style commentsAndrew Tridgell1-1/+1
2001-06-05fixed solaris compilation error (don't add to a void*)Andrew Tridgell1-2/+2
2001-06-05Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter1-0/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell18-27/+27
2001-06-04Added add domain user to rpcclient.Tim Potter2-0/+238
2001-06-04More compile fixups for winbind portability.Tim Potter2-3/+7
2001-06-04Compile fix for Solaris.Tim Potter1-8/+29
2001-06-04Compile fix for solaris.Tim Potter1-7/+5
2001-06-04Compile fix for wbinfo on solaris.Tim Potter3-601/+601
2001-06-03removed SHLIBS until someone has time to get it to compile on more platforms ...Andrew Tridgell1-1/+4
2001-06-02Update prototype file.Tim Potter1-13/+0
2001-06-02Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter1-9/+13
2001-06-02Removed irritating and unecessary debug message.Tim Potter1-3/+0
2001-06-02i18n bugfix merge from appliance.Tim Potter1-1/+6
2001-06-01final sync with SAMBA_2_2Gerald Carter14-162/+169
2001-06-01more syncs with SAMBA_2_2Gerald Carter8-95/+1170
2001-06-01sync with SAMBA_2_2Gerald Carter44-0/+4864
2001-06-01Oops.Tim Potter1-1/+15
2001-06-01beginning of merge with SAMBA_2_2Gerald Carter5-28/+34
2001-06-01forgot oneGerald Carter1-0/+240
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter3-32/+70
2001-06-01sync with SAMBA_2_2Gerald Carter15-266/+317
2001-06-01Added a --with/without winbind option to configure. The default is toTim Potter2-746/+789
2001-06-01syncing up with SAMBA_2_2Gerald Carter39-4585/+10056
2001-06-01Added *.po to .cvsignore files.Tim Potter3-0/+3
2001-06-01Added a comment.Tim Potter1-0/+1
2001-05-31merge from 2.2Gerald Carter1-12/+28