summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fixed potential free of NULL found by SGI speedshop.Jeremy Allison2001-06-111-1/+2
| | | | | | | | | | | | Jeremy.
| | * Fixed typo in Solaris and UnixWare ACLs.Jeremy Allison2001-06-091-1/+1
| | | | | | | | | | | | Jeremy.
| | * *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-0911-81/+89
| | | | | | | | | | | | | | | cleaned on clients abending connections. Thanks Andrew ! Jeremy.
| | * Herb's IRIX fix for deleting default ACLs.Jeremy Allison2001-06-081-0/+5
| | | | | | | | | | | | Jeremy.
| | * Log tdb failures.Jeremy Allison2001-06-081-2/+6
| | | | | | | | | | | | Jeremy.
| | * AIX has no default acls.Jeremy Allison2001-06-081-0/+6
| | | | | | | | | | | | Jeremy.
| | * Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison2001-06-081-19/+56
| | | | | | | | | | | | | | | Michael Davidson <michael_davidson@pacbell.net>. Jeremy.
| | * Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-082-601/+615
| | | | | | | | | | | | | | | | | | Will add changes for other supported ACL systems shortly (Herb, I may need help with the IRIX one). Jeremy.
| | * syc up docs with 2.2Gerald Carter2001-06-085-392/+27
| | |
| | * Extra stuff for large readwrite support.Jeremy Allison2001-06-084-6/+10
| | | | | | | | | | | | Jeremy.
| | * Correctly make max pathlength 255.Jeremy Allison2001-06-081-1/+1
| | | | | | | | | | | | Jeremy.
| | * 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
| | |
| | * Correction to winbind nss library install process. So how do I update theTim Potter2001-06-061-2/+6
| | | | | | | | | | | | manual/html pages???
| | * Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison2001-06-064-19/+12
| | | | | | | | | | | | | | | loop in Simo's code (removes much grp = gep->next code). Jeremy.
| | * Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2001-06-062-21/+29
| | | | | | | | | | | | Jeremy.
| | * 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
| | | | | | | | | | | | static arrays.
| | * 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
| | | | | | | | | | | | causing mayhem throughout the tree.
| | * Fixups for new args to cli_samr_connect()Tim Potter2001-06-061-35/+175
| | | | | | | | | | | | Added samlookupnames and samlookuprids rpcclient commands.
| | * Fixed bug in cli_samr_create_dom_user()Tim Potter2001-06-061-4/+68
| | | | | | | | | | | | | | | | | | Added cli_samr_lookup_names() Removed redundant argument to cli_samr_connect()
| | * Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter2001-06-061-2/+12
| | | | | | | | | | | | to use tallocated memory instead of dodgy static arrays.
| | * Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-053-3/+61
| | | | | | | | | | | | | | | Also added smbtorture test for this. Jeremy.
| | * Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
| | | | | | | | | | | | | | | We still need to set the large write reply correctly. Jeremy.
| | * 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
| | | | | | | | | | | | Added cli_ functions for set userinfo and userinfo2.
| | * 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
| | | | | | | | | | | | Fixed some compiler warnings.
| | * 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
| | | | | | | | | | | | (Richard?)
| | * 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
| | | | | | | | | | | | branch.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recognise it as there was no distinction made between zeroing a debug class and just not setting it to anything. I've added a debuglevel_isset array in parallel with the debuglevel_class array to fix this. Added a couple of new debug classes which I might start filling out to get smb, rpc header and rpc marshall/unmarshalling debugs tidied up. Fixed a bunch of cut&paste bugs in include/debug.h Modified smbcontrol and the messaging system debug handler to like the debuglevel_isset stuff.