summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-301-4/+12
* | fixed a typo in vsyslog()Andrew Tridgell2001-12-211-1/+1
* | Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-12/+33
* | fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-204-8/+12
* | much better auto-init of valid_table[]. This should just about removeAndrew Tridgell2001-12-203-9/+62
* | mark '.' as a valid characterAndrew Tridgell2001-12-201-1/+1
* | Add --enable-dmalloc to link against the dmalloc malloc debugger.Martin Pool2001-12-201-1/+7
* | Added AC_CHECK_FUNCS(syslog vsyslog).Jeremy Allison2001-12-191-0/+14
* | fixed sid_compare_domain()Andrew Tridgell2001-12-191-3/+29
* | Use less memory, but scribble all over it, just in case there'sMartin Pool2001-12-191-4/+6
* | Doc how to reply to messages.Martin Pool2001-12-191-1/+8
* | Make TALLOC_CTX and talloc_chunk private to talloc.c.Martin Pool2001-12-192-7/+82
* | DocMartin Pool2001-12-191-8/+12
* | DocMartin Pool2001-12-191-1/+7
* | Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,Martin Pool2001-12-191-3/+3
* | Doc.Martin Pool2001-12-191-0/+6
* | Start adding some debugging features to talloc based on Samba'sMartin Pool2001-12-191-7/+38
* | Add a very trivial talloc torture program, bin/talloctort. Not builtMartin Pool2001-12-191-0/+56
* | Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-2/+4
* | A fix to override the location of a user's home directory if it isTim Potter2001-12-181-0/+16
* | tidy up debugJean-François Micouleau2001-12-171-1/+1
* | obey "use mmap" on case tablesAndrew Tridgell2001-12-171-11/+13
* | Added HPUX ACL code.Jeremy Allison2001-12-151-0/+957
* | Added the group enum code from 2.2Jeremy Allison2001-12-142-13/+96
* | I see no reasons why we should limit username lenght while checkingSimo Sorce2001-12-141-4/+0
* | Explain why snprintf has to be overridden in this way.Martin Pool2001-12-101-1/+8
* | Typo spotting.Tim Potter2001-12-101-2/+2
* | make sid_binstring available without HAVE_ADSAndrew Tridgell2001-12-102-0/+40
* | add smb_xvasprintf() panic wrapper around vasprintfAndrew Tridgell2001-12-091-3/+13
* | again an intrusive patch:Jean-François Micouleau2001-12-061-11/+9
* | fixed an off by 1 bug in talloc_asprintf()Andrew Tridgell2001-12-051-1/+1
* | added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-1/+48
* | moved init_account_policy() to the right placeAndrew Tridgell2001-12-041-1/+5
* | const religion in talloc callsAndrew Tridgell2001-12-041-2/+2
* | winbindd friendly user_in_list code. Tested on a 65k user domain.Jeremy Allison2001-12-041-7/+15
* | Moved name_is_local to the correct place. Ooops.Jeremy Allison2001-12-041-0/+10
* | Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison2001-12-041-171/+173
* | added a tdb to store the account policy informations.Jean-François Micouleau2001-12-032-0/+220
* | put sid_to_name behind the winbindd backend interfaceAndrew Tridgell2001-12-031-12/+26
* | added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell2001-12-031-1/+17
* | 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
* | Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-4/+4
* | Ensured the %G substitution exactly matches what the man page states.Jeremy Allison2001-11-301-1/+2
* | fixed typoAndrew Tridgell2001-11-291-1/+1
* | fixed toupper_w() and friends on big-endianAndrew Tridgell2001-11-291-6/+6
* | 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