summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-12-03init group db before useAndrew Tridgell1-0/+12
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau3-0/+150
2001-12-02there was a bug in samr_lookup_names (my fault)Jean-François Micouleau1-42/+77
2001-12-02added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau5-29/+143
2001-12-02added samr_query_sec_obj. and put back some code to display a securityJean-François Micouleau1-8/+201
2001-12-01added samr_query_sec_obj for rpcclientJean-François Micouleau1-0/+46
2001-12-01groups in the Builtin domain S-5-32 are alias and not well-known groupsJean-François Micouleau1-11/+15
2001-12-01removed the #ifdef USING_GROUPNAME_MAP/#endif blocksJean-François Micouleau1-10/+0
2001-12-01added smbgroupedit to compile by defaultJean-François Micouleau1-1/+1
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell7-67/+112
2001-12-01added $(LDFLAGS) to link smbmount/smbmnt/smbumount to make Red Hat LinuxMotonobu Takahashi1-3/+3
2001-12-01not used any moreAndrew Tridgell1-144/+0
2001-11-30we need to look for liblber before libldapAndrew Tridgell2-665/+678
2001-11-30XFS quota patch for Linux.Jeremy Allison4-657/+736
2001-11-30merge from APPLIANCE_HEADGerald Carter1-16/+20
2001-11-30Check error returns.Jeremy Allison1-4/+12
2001-11-30Gerald's fix.Jeremy Allison1-6/+2
2001-11-30After conversations with Andrew, improved the robustness of theJeremy Allison1-26/+53
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter8-46/+58
2001-11-30Missing return in free_privilege()Tim Potter1-0/+2
2001-11-30Ensured the %G substitution exactly matches what the man page states.Jeremy Allison1-1/+2
2001-11-30Comment deconfusification.Tim Potter1-1/+1
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau9-155/+850
2001-11-29ads->realm must not be NULLAndrew Tridgell1-0/+3
2001-11-29define LDAP_PORT when not availableAndrew Tridgell1-0/+3
2001-11-29fixed typoAndrew Tridgell1-1/+1
2001-11-29Fix up the ./configure tests for kerberos. This ensures a more consistantAndrew Bartlett2-667/+657
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett8-127/+221
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter4-27/+37
2001-11-29fixed toupper_w() and friends on big-endianAndrew Tridgell1-6/+6
2001-11-292nd attempt at fixing lame char tables on big endian machinesAndrew Tridgell1-6/+6
2001-11-29fixed lame char tables on big endian machinesAndrew Tridgell1-5/+5
2001-11-28fixed some krb5 ifdefsAndrew Tridgell7-10/+10
2001-11-28merge from APPLIANCE_HEADGerald Carter5-21/+53
2001-11-28space -> tab.Jeremy Allison1-24/+20
2001-11-28add .po32 files to ignore listHerb Lewis3-3/+6
2001-11-28Spelling pedents strike again :-).Jeremy Allison1-1/+1
2001-11-28Allow kerberos to work on RedHat and other non /usr systems againAndrew Bartlett1-0/+2
2001-11-28fixed a core dump in server level securityAndrew Tridgell1-2/+4
2001-11-28Ensure the CAN_WRITE is checked and prevents O_CREAT and O_TRUNC fromJeremy Allison2-2/+11
2001-11-28Re-added "Share modes" meaning don't allow deny mode conflict. Due toJeremy Allison1-2/+10
2001-11-28turn off the insure xterm hack for nowAndrew Tridgell1-1/+1
2001-11-28Added a 'keys' command to tdbtool which prints out all keys in the tdb.Tim Potter1-0/+10
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell10-31/+18
2001-11-28Cross merge to make 2.2 and HEAD closer.Jeremy Allison1-9/+6
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau4-42/+448
2001-11-27Some reformatting.Tim Potter1-223/+229
2001-11-27always send an OID list until we handle raw (unwrapped) NTLMSSPAndrew Tridgell1-6/+15
2001-11-27Fix for the logic bug wrt. existant oplocks. See long messageJeremy Allison1-5/+2
2001-11-27Added negative caching to group lookups.Jeremy Allison2-48/+87