summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-1/+17
| | | | least basic operations work
* re-enabled insure backtrace, calling /usr/bin/backtraceAndrew Tridgell2001-12-031-2/+4
|
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-0/+17
| | | | | | This just splits off the dispinfo call behind a methods structure. I'll split off a few more functions soon, then we will be ready for LDAP replacement methods
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-4/+4
| | | | definitions.
* Ensured the %G substitution exactly matches what the man page states.Jeremy Allison2001-11-301-1/+2
| | | | Jeremy.
* fixed typoAndrew Tridgell2001-11-291-1/+1
|
* fixed toupper_w() and friends on big-endianAndrew Tridgell2001-11-291-6/+6
| | | | this fixes the core dumps on sparc
* 2nd attempt at fixing lame char tables on big endian machinesAndrew Tridgell2001-11-291-6/+6
|
* fixed lame char tables on big endian machinesAndrew Tridgell2001-11-291-5/+5
|
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-2/+2
|
* merge from APPLIANCE_HEADGerald Carter2001-11-282-2/+41
|
* turn off the insure xterm hack for nowAndrew Tridgell2001-11-281-1/+1
|
* allow printing of NULL pointers with internal snprintfAndrew Tridgell2001-11-271-0/+1
|
* reverted incorrect patchAndrew Tridgell2001-11-271-2/+4
|
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-263-9/+21
| | | | | | | and replaced with two functions: void zero_ip(struct in_adder *ip); BOOL is_zero_ip(struct in_addr ip);
* added "net join" commandAndrew Tridgell2001-11-241-0/+31
| | | | this completes the first stage of the smbd ADS support
* More better now.Martin Pool2001-11-231-4/+4
|
* Quieten gcc const warning.Martin Pool2001-11-231-17/+21
| | | | doxyfy.
* Don't initialise static pointers to NULL.Tim Potter2001-11-231-1/+1
|
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-12/+26
| | | | | in smbd/process.c where the timezone is reinitialised. Was replaced with check for a static is_initialised boolean.
* Merged in JohnR's ping messaging extension.Jeremy Allison2001-11-201-27/+36
| | | | Jeremy.
* added strlcpy() and strlcat()Andrew Tridgell2001-11-201-0/+36
|
* We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison2001-11-201-187/+0
| | | | | More deleted code - hurrah ! Jeremy.
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-14/+15
| | | | versions defined by libreadline on SCO (!).
* Fix typo.Martin Pool2001-11-191-1/+1
|
* Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool2001-11-191-5/+10
| | | | | this is only to get the cast right, but it might help with other parts of the API that changed later.
* Added comment about why not to cast the assignment ofTim Potter2001-11-191-3/+6
| | | | rl_attempted_completion_function to rl_completion_function_t.
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-4/+9
|
* Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool2001-11-191-7/+5
| | | | readline.
* Quieten compiler warnings about a callback function prototype that hasMartin Pool2001-11-191-1/+7
| | | | changed in recent versions of Readline.
* fixed some bugs.Simo Sorce2001-11-182-18/+19
|
* Fixed detection of RedHat headers. Removed another file !Jeremy Allison2001-11-161-212/+0
| | | | Jeremy.
* I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-162-112/+1
| | | | | | All this stuff was being pulled in due to *one* unneeded call to fetch a domain SID which smbpasswd already puts in the database... Jeremy.
* Tidyups in the merge process.Jeremy Allison2001-11-151-32/+36
| | | | Jeremy.
* FALSE -> FalseTim Potter2001-11-151-1/+1
|
* Removed unused variable.Tim Potter2001-11-141-1/+0
|
* Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison2001-11-131-68/+89
| | | | Jeremy.
* messed up with patches, this should be the right one,Simo Sorce2001-11-121-2/+1
| | | | sorry
* some bugfix and new functions,Simo Sorce2001-11-123-10/+88
| | | | | modified mangle.c to use mosltly acnv_????() functions. this should make also build farm happy
* fixed, moved and added some functionsSimo Sorce2001-11-102-98/+153
| | | | note the useful acnv_uxu2 and acnv_u2ux functions in charcnv.c
* add convert_string_allocate() functionSimo Sorce2001-11-071-5/+86
|
* Removed totally annoying verbose debug in sid_to_string()Tim Potter2001-11-051-2/+0
|
* Added missing strchr_wa.Jeremy Allison2001-11-041-0/+5
| | | | Jeremy.
* a big one:Simo Sorce2001-11-044-29/+319
| | | | | | | | | | | | | | | | | - old mangle code has gone, the new one based on tdb seem resonably ok probably the valid.dat table need to be updated to treat wild chars as invalid ones (work ok without it) - a LOT of new string manipulation function for unicode, they are somewhat tested but a review would not be bad - some new function I will need for the new unix_convert function I'm writing, this will be renamed filename_convert and use only unicode strings. - charconv, I attached a comment, if someone wnat to look if I'm right or just was hacking to late in the night to make a sane one :) of course any bug is my responsibility an will be pleased to see patches if you find any. :-) Simo.
* remove {} from default valid char listAndrew Tridgell2001-11-041-1/+1
|
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-2/+2
| | | | | Got "medieval on our ass" about const warnings (as many as I could :-). Jeremy.
* zero the data, not a pointer to the data ...Andrew Tridgell2001-11-011-1/+1
|
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-1/+1
|
* Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-0/+8
| | | | | | | libsmb has not been written to be setuid, with things like LIBSMB_PROG allowing all sort of fun and games. Andrew Bartlett
* Add a bit of 'const' for the data_blob code.Andrew Bartlett2001-10-291-3/+13
| | | | | Add a new data_blob_clear_free() function - that zero's out the buffer when its done.