summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
| | | | | | compile winbind on supported systems but this may be disabled using --without-winbind. Using --with-winbind on unsupported systems has no effect.
* 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
| | | | | Check returns from *all* mallocs (including strdups). Jeremy.
* Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison2001-05-311-1/+1
| | | | Jeremy.
* 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
| | | | | | tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them
* merged fix for tdb_unpack from 2_2Andrew Tridgell2001-05-301-1/+4
|
* added list function to tdbtoolAndrew Tridgell2001-05-301-0/+2
|