summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-12/+5
| | | | (This used to be commit 9822af500cf36e83fce54e49a062a8847d1c5431)
* Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe2003-04-201-3/+11
| | | | | paths. (This used to be commit 0741369c59bcb6057f6b32d3fe4f6dec08ce4ae3)
* Well, we can now add keys and values and delete keys and values ...Richard Sharpe2003-04-201-4/+6
| | | | | | | Lots more to do, like handling regular expressions for keys, and input of the security descriptors, etc. However, I now have to work on writing the in-memory tree out to a file in a format that Windows can understand. (This used to be commit 562b36510c704eba84b036aacdb1f984339afafc)
* Add code to delete values ...Richard Sharpe2003-04-201-9/+104
| | | | | | | This needs a lot more testing and debugging, but it does delete values. Next to see if it can add values ... (This used to be commit 02e6782243a7ef9e182db449ad377b0d168a40b2)
* Begin the code that handles key values ... Delete a key value and add aRichard Sharpe2003-04-201-4/+58
| | | | | | key value, and tidy up processing of key values when reading in the registry file ... (This used to be commit 53ea4c0de88a350b99e36c0dc514c5f2821ff7f8)
* Complete most of the coding for adding keys. We can now add a key.Richard Sharpe2003-04-201-26/+32
| | | | | Next, we have to add the code for adding values etc. (This used to be commit 266fc6c9f2283c81de97e526e9f289288948cb27)
* The code is a bit of a mess right now.Richard Sharpe2003-04-201-51/+146
| | | | | | | | | | | | Added code to add keys to the in-momory key tree. Added code to convert SID strings to SIDs in memory format. Added code to construct initial security descriptors and to inherit security descriptors. A couple of more hours should see the code to add keys and values complete. Then I have to start on the code to write out a registry :-( (This used to be commit fc691a9a5e86686ebd0b3bab75a286488ab6ca57)
* More functionality, esp around adding keys and inheritance of securityRichard Sharpe2003-04-201-1/+26
| | | | | descriptors etc ... (This used to be commit b8e85afefbe52701317632d1c1a446785ed66abf)
* MOre functionality ... got to test it.Richard Sharpe2003-04-201-3/+23
| | | | (This used to be commit e3c4f8c91394eecc8c77bbf0f9685cdb18c617b1)
* Some more work added ...Richard Sharpe2003-04-191-5/+20
| | | | (This used to be commit 31ded623b1817156b247170130237c1e5fd67a5b)
* Address gcc warnings.Volker Lendecke2003-04-191-1/+1
| | | | | | | | I could not fix the "passing arg 5 of `ldap_search_s'" completely with gcc -Wall. A non-developer compile does not complain though. Volker (This used to be commit dcbbbd66a9be799998476701a9e1059c14e4f061)
* Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe2003-04-191-8/+11
| | | | | | | things easier ... now on to more functionality. Hope Jerry fixes the breakage, BTW :-) (This used to be commit c7d39a7426e5970b15ece89737d2f0ba3d5c0835)
* some readline completion exancementsSimo Sorce2003-04-192-23/+188
| | | | | still need working, does not complete remote names yet (This used to be commit 625eee8e03c3905a245e078ef9f1c26200e33d7c)
* use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| | | | (This used to be commit dd8009bf599a6111440cd807dcc022039f19de15)
* fixesSimo Sorce2003-04-194-5/+21
| | | | | | | | | fix debug, add "idmap" string to the list of classes fix idmap, check init failures, and enhance debugging fix idmap_tdb, _do_ init uid and gid low,high states (too bad I missed that before) fix smbd/uid.c, use gid_t for gids and uid_t for uids (This used to be commit bc95de4ebb014080bc70173e7df94c672cea8df6)
* [merge from SAMBA_3_0]Gerald Carter2003-04-194-2/+455
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merging smbgroupedit into 'net groupmap'. Not entirely done. Need to check on where the privilege code is sitting and update the docs. Examples: root# bin/net help groupmap net groupmap add Create a new group mapping net groupmap modify Update a group mapping net groupmap delete Remove a group mapping net groupmap list List current group map # bin/net groupmap add Usage: net groupmap add rid=<int> name=<string> type=<domain|local|builtin> [comment=<string>] # bin/net groupmap delete Usage: net groupmap delete name=<string|SID> # bin/net groupmap modify Usage: net groupmap modify name=<string|SID> [comment=<string>] [type=<domain|local>] (This used to be commit 0fd28bc3a803ca1ec3dcd8cc6236d4ecc3134584)
* More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
| | | | (This used to be commit 882799ca113566b91e42c3c852a9c1986552daaa)
* fix byte ordering when using CIDR notation in hosts allow/deny; spotted by ↵Gerald Carter2003-04-181-0/+4
| | | | | | Eloy Paris (This used to be commit c2580e15d6e7ad7c8dde81753e35670fa52636ff)
* Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
| | | | | Volker (This used to be commit 408a94b64d4d799f256c11a2009e161b27553cbb)
* seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2003-04-173-8/+15
| | | | | | | places where it was used, this caused me segfaults in the last week :( add more debugging in idmap to chase down a problem (This used to be commit 6393105bda12fb3f6211e4f0128aabf588431b49)
* More updates ...Richard Sharpe2003-04-171-2/+64
| | | | (This used to be commit 410451f9478ff1e73cabc8ee2213ded4f08315c6)
* Updates to editreg.c to provide more functionality ...Richard Sharpe2003-04-171-261/+1119
| | | | | Hopefully more coming ... (This used to be commit 22d1819011de02351976bad778837a28ab45a449)
* Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison2003-04-165-32/+49
| | | | | | multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC. Jeremy. (This used to be commit ec82e8e9f4a6bf807a91ac265af39a516c7ab631)
* Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reportedJelmer Vernooij2003-04-161-1/+1
| | | | | by Stephen D. Roylance) (This used to be commit 502f332345db88c9ff474e84f22080d99dc6c771)
* Only use backtrace variables when we can use themJelmer Vernooij2003-04-161-0/+2
| | | | (This used to be commit 17243c61b56c20c86b5d10be294d06addffedb6a)
* Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij2003-04-161-1/+1
| | | | (This used to be commit 84fba11ff0a649932e1f812408017ae4c5611083)
* Fix segfault by getting this the right way aroundAndrew Bartlett2003-04-161-1/+1
| | | | (This used to be commit 8ba6148c69031e9a82687d4d006e1fa7ada21e91)
* Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett2003-04-161-3/+2
| | | | (This used to be commit 87f491d6a63e0818ada4ed21dd1f4905b20f846c)
* This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett2003-04-161-62/+0
| | | | | Andrew Bartlett (This used to be commit c98bbc750773f7c49dbb1e69a5936f52416dd51c)
* Expand this magic number into the #defines it is made up of.Andrew Bartlett2003-04-161-1/+1
| | | | (This used to be commit 3d2d19b91036b6b11a33996d4b8bf266bad32737)
* Add some static and #ifdef DEVELOPERAndrew Bartlett2003-04-161-3/+5
| | | | (This used to be commit 3bdbd320b001ea5881573f6c6a4c2259a60e2bb3)
* Put this comment in a better place...Andrew Bartlett2003-04-161-3/+3
| | | | (This used to be commit 3fdddade0f6d463270c26623a654494ebe3e09bd)
* NTSTATUS strings are much more use than raw numbers...Andrew Bartlett2003-04-161-2/+2
| | | | (This used to be commit aeaa60c8432fe06ad51bac52f473e5fdc6c00afc)
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-1623-223/+368
| | | | | | | | | | | | | | workstation, we have to use the workstation type, if we have a BDC account, we must use the BDC type - even if we are pretending to be a workstation at the moment. Also actually store and retreive the last change time, so we can do periodic password changes again (for RPC at least). And finally, a couple of minor fixes to 'net'. Andrew Bartlett (This used to be commit 6e6b7b79edae3efd0197651e9a8ce6775c001cf2)
* Make this code actually compile (--with-ldapsam).Andrew Bartlett2003-04-161-4/+7
| | | | | | | | This might not actually be the 'right way' to do this, but it's better to have it compile... Andrew Bartlett (This used to be commit c7dc0b27aca8f7e4653b25dae37ea38d68fc045a)
* Add torture to everything..Jelmer Vernooij2003-04-161-1/+1
| | | | (This used to be commit 89048748ae8ef863c154c4f4c3254bcc1c9b77a0)
* Don't build the torture progs in 'make all'Jelmer Vernooij2003-04-161-1/+1
| | | | (This used to be commit 44779546964bce605510af39feaee3ea436a7cfb)
* Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
| | | | | Jeremy. (This used to be commit adeac265a05be90444d4651f36f2db2bd2f8e8e4)
* Cause the winbind auth module to call the ntdomain module if winbind is notAndrew Bartlett2003-04-162-42/+65
| | | | | | | | | | running. This causes Samba not to contact the NT domain controller if Winbind is there, but the user had the wrong password. Andrew Bartlett (This used to be commit 119a1c276a05d0017f39cc0b7118f12a4f51886e)
* Tested on Win2k, now I think I know what success/fail means in fdsess test.Jeremy Allison2003-04-151-0/+2
| | | | | Jeremy. (This used to be commit dda94e37311d967e484fac15bac585e19dfc8a13)
* Fix build of VFS modules statically (we used Makefile variables before ↵Jelmer Vernooij2003-04-151-6/+6
| | | | | | setting them) (This used to be commit 8df9ab2fcfc9f22fa6842e1128952e855fea6a7a)
* Typo in comment.Tim Potter2003-04-151-1/+1
| | | | (This used to be commit 0a87d668a07b840c2e0ac9f6caad04e542422d40)
* Add string message for WERR_SERVER_UNAVAILABLE.Tim Potter2003-04-151-0/+1
| | | | (This used to be commit 38efab087c86cab805c6b94c7455befaa9e94c5e)
* Use picobjs when building python extensions. Spotted by Steve Langasek.Tim Potter2003-04-151-6/+12
| | | | (This used to be commit 53dcaf2271ad1b845ace9730d6c68db80bf9704e)
* A struct must contain at least one declaration according to C99, butTim Potter2003-04-151-0/+1
| | | | | | gcc allows it to be empty. Should fix miscellaneous breakage on the compile farm. (This used to be commit b92d57f784fb43e420cf65b9392d175ad4483f28)
* Also remove variable associated with lp_sam_backend() - it's deadJelmer Vernooij2003-04-141-1/+0
| | | | (This used to be commit 540bb996766fc11fe0f26b708d49c2e46d2abbdd)
* Fix typosJelmer Vernooij2003-04-141-2/+2
| | | | (This used to be commit 7bd80376cc6aa70996a61882e1376cb6a0679836)
* Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green2003-04-141-5/+5
| | | | (This used to be commit bd69cbce93054548b6d1e3bac89032ff4f693423)
* Try and create a file with different vuid, same cnum. Not yet sureJeremy Allison2003-04-141-0/+13
| | | | | | | if this should succeed, so just print result until we test against Win2003. Jeremy. (This used to be commit 57682f32b1bb186ab356494fcc4fdabd1d1721e6)
* Fix _smb_setlen to be non {} safe.Jeremy Allison2003-04-141-2/+2
| | | | | Jeremy. (This used to be commit 7cb060e821691abf5d58d273cb523ee310656185)