summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton1998-12-013-7/+7
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-013-9/+36
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-303-39/+61
* - adding builtin[alias]db.Luke Leighton1998-11-303-16/+20
* "retired" two modules to preserve their cvs history.Luke Leighton1998-11-293-0/+2184
* weekend work. user / group database API.Luke Leighton1998-11-292-49/+91
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-257-408/+574
* sorting out difference between aliases and groups in the cases whereLuke Leighton1998-11-241-1/+4
* unused variable removedLuke Leighton1998-11-231-1/+1
* unix instance of group database APILuke Leighton1998-11-232-6/+22
* replace ' with _ as wellAndrew Tridgell1998-11-231-1/+2
* changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1998-11-231-19/+52
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-212-2/+2
* Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1998-11-181-12/+14
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-1711-60/+116
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-173-6/+40
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-2/+2
* security descriptors.Luke Leighton1998-11-122-26/+39
* include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...Jeremy Allison1998-11-121-34/+34
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+53
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-123-6/+6
* Fix from richard.kettlewell@kewill.com for leapyear bugs.Jeremy Allison1998-11-111-1/+5
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-112-13/+86
* rpcclient registry commands.Luke Leighton1998-11-103-37/+156
* util functions split into relevant modules, first pass.Luke Leighton1998-11-101-1992/+99
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+851
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-1/+1
* util_file.c:Luke Leighton1998-11-052-0/+507
* split string and unicode string routines into these files.Luke Leighton1998-11-052-0/+1162
* added copyright notice from Patrick PowellAndrew Tridgell1998-10-311-8/+5
* Just moving things around a bit.Christopher R. Hertel1998-10-281-328/+0
* Fixes to allow this to pass SGI compiler in -fullwarn mode (with oneJeremy Allison1998-10-281-9/+9
* Quick fixes to fix the broken tree. Needed for my morning compiles.Jeremy Allison1998-10-281-2/+8
* fixed problem with snprintf.c and mkprotoAndrew Tridgell1998-10-281-4/+4
* use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
* fixed handling of %.0f in replacement snprintf.cAndrew Tridgell1998-10-281-12/+28
* add ifdef for "long double"Andrew Tridgell1998-10-271-12/+18
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-262-45/+801
* Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1998-10-261-0/+322
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-1/+1
* rpctorture commandLuke Leighton1998-10-221-0/+5
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-1/+22
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-1/+1
* Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-202-193/+303
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-202-5/+7
* removed setenv(), replaced with smbw_setenv()Andrew Tridgell1998-10-201-17/+0
* - dce/rpc codeLuke Leighton1998-10-191-16/+4
* removed an incorrect commentAndrew Tridgell1998-10-191-4/+0