1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/script
Luke Leighton f004d84f68 ldap back-end database development
Makefile:

	created PASSBD_OBJ group

includes.h:

	added #ifdef USE_LDAP to #include <ldap> headers

ldap.c:

	- renamed "_machine" to "_trust" everywhere.
	- added sam_passwd support routines
	- removed get_ldappwd_entry function: replaced with get_sampwd_entry
	- removed getldappwnam/uid: replaced with getsampwnam/uid
	- other messing about bits which are probably going to annoy the
	  hell out of jean-francois (sorry!)

mkproto.awk:

	- added stuff to wrap ldap.c protos with #ifdef USE_LDAP
	- added uid_t and gid_t return results to the prototype generation

passdb.c:

	- created getsam21pwent, add_sam21pwd_entry, mod_sam21pwd_entry.
	- modified getsampwnam/uid and created getsam21pwnam/rid functions
	  to replace the local get_smbpwd_entry() and get_ldappwd_entry()
	  functions, which jeremy didn't like anyway because they were
	  dual-purpose.
	- added utility routines which are or may be useful to all the
	  password database routines.

password.c:

	- renamed "machine_" to "trust_" everywhere.

smbpass.c:

	- removed get_smbpwd_entry function: replaced it with get_sampwd_entry
	  functions in passdb.c
	- moved code that decoded acct_ctrl into passdb.c
	- moved encode_acct_ctrl into passdb.c
	- removed getsmbpwnam/uid: replaced with getsampwnam/uid
	- renamed "machine_" to "trust_" everywhere.

smbpasswd.c:

	- renamed "machine_" to "trust_" everywhere.

util.c:

	- moved gethexpwd function into passdb.c

lib/rpc/server/srv_util.c:

	- moved user_rid_to_uid, group_rid_to_rid etc etc into passdb.c
(This used to be commit 673ab50c4c)
1998-05-11 15:56:01 +00:00
..
addtosmbpass Initial version imported to CVS 1996-05-04 07:50:46 +00:00
installbin.sh Changed install scripts so they don't have hardcoded values 1996-07-05 03:51:27 +00:00
installcp.sh remove stutter from closing instructions 1997-12-01 15:21:23 +00:00
installman.sh Changed install scripts so they don't have hardcoded values 1996-07-05 03:51:27 +00:00
installscripts.sh fixed installscripts.sh so it no longer creates ] and [ directories 1996-08-16 13:09:59 +00:00
installswat.sh install jpeg files 1998-03-15 00:03:38 +00:00
mkproto.awk ldap back-end database development 1998-05-11 15:56:01 +00:00
mksmbpasswd.sh Initial version imported to CVS 1996-05-04 07:50:46 +00:00
revert.sh Initial version imported to CVS 1996-05-04 07:50:46 +00:00
smbtar JHT ==> Fixing blocksize argument. Patch by: Llyod Whiteman 1997-10-07 16:01:08 +00:00
uninstallbin.sh Added uninstallation from Makefile, either in parts or total uninstall 1996-07-05 03:53:32 +00:00
uninstallcp.sh Adding codepage definition files and codepage file compiler/decompiler. 1997-08-30 01:13:39 +00:00
uninstallman.sh Added uninstallation from Makefile, either in parts or total uninstall 1996-07-05 03:53:32 +00:00
uninstallscripts.sh Added uninstallation from Makefile, either in parts or total uninstall 1996-07-05 03:53:32 +00:00
updatesmbpasswd.sh Initial version imported to CVS 1996-05-04 07:50:46 +00:00