summaryrefslogtreecommitdiffstats
path: root/source/script/mkproto.awk
Commit message (Collapse)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-1/+1
|
* r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke2006-11-111-0/+5
|
* r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2006-09-211-1/+1
| | | | | | in (and using elsewhere) next_codepoint from Samba4. Jerry please test. Jeremy.
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2006-07-111-1/+11
| | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy.
* r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter2005-11-171-1/+1
| | | | | | | | | | | | | This feature got broken in some of the other updates. Now each open handle stores an pointer to an open tdb data structure (not the tdb pointer itself). Clearing can be done with a simple elog_close_tdb( elog, True ) to force a close and then calling elog_open_tdb( logname, True ) to force an tdb truncate. Permissions on existing tdbs are maintained which is important. * We don't currently handle backup. Haven't looked at the format of a backuped up eventlog to know what the deal is.
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-1/+1
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2005-08-221-1/+1
| | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy.
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-0/+4
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r7243: Don't look at gencache.tdb for the trusted domains if winbind is around. Volker Lendecke2005-06-031-1/+1
| | | | Volker
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2005-01-171-1/+1
| | | | | | | | | | | * rewrote the tdb layout of privilege records in account_pol.tdb (allow for 128 bits instead of 32 bit flags) * migrated to using SE_PRIV structure instead of the PRIVILEGE_SET structure. The latter is now used for parsing routines mainly. Still need to incorporate some client support into 'net' so for setting privileges. And make use of the SeAddUserPrivilege right.
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2004-08-301-1/+1
| | | | | Should be ready for the new directory code now... Jeremy.
* r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter2004-07-081-1/+1
|
* r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ↵Gerald Carter2004-07-081-1/+1
| | | | in libadskerberos_keyatb.c
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2004-07-011-1/+1
| | | | | | add a timeout to the ldap open calls. New parameter, ldap timeout added. Jeremy.
* r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison2004-06-241-1/+1
| | | | | it compiles with Heimdal. Jeremy.
* r1085: Now it's had some proper user testing, merge in the deferred open ↵Jeremy Allison2004-06-081-1/+1
| | | | | | | | fix. I'm still doing more testing, but it fixes a behaviour that we've been wrong on ever since the start of Samba. Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+155
metze