summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Docbook XML conversion: manpagesAlexander Bokovoy2003-04-3035-8595/+189
| |
| * Docbook XML conversion: faqAlexander Bokovoy2003-04-308-8/+9
| |
| * Docbook XML conversion: devdocAlexander Bokovoy2003-04-3018-85/+64
| |
* | Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
| |
* | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett2003-05-013-41/+19
| | | | | | | | Andrew Bartlett
* | Don't crash if the underlying VFS doesn't support ACL'sJelmer Vernooij2003-05-011-0/+10
| |
* | Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-304-5/+5
| |
* | Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-302-94/+1
| | | | | | | | | | | | source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program.
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-301-0/+115
|\|
| * Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-303-94/+116
| | | | | | | | | | | | source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program.
| * correctly initiazlize idmap tdb when creationg newSimo Sorce2003-04-304-148/+169
| | | | | | | | | | | | few fixes to *id_to_*id functions, we don't set the mapping for algoritmic RIDs, they are resolved in the classic way eliminate getpw* calls from tdbsam
| * pam_smbpass will need at least IDMAP.Andrew Bartlett2003-04-301-1/+1
| |
| * Get pam_smbpass to compile again (it probably won't link or run, but at leastAndrew Bartlett2003-04-302-5/+3
| | | | | | | | it compiles and lets the build farm get on it's way)
| * auto-init for utility functionsSimo Sorce2003-04-301-0/+18
| |
| * forgot to remove getpwnamSimo Sorce2003-04-291-20/+0
| |
| * This is a nice rewrite:Simo Sorce2003-04-2923-371/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SAM_ACCOUNT does not have anymore uid and gid fields all the code that used them has been fixed to use the proper idmap calls fix to idmap_tdb for first time idmap.tdb initialization. auth_serversupplied_info structure has now an uid and gid field few other fixes to make the system behave correctly with idmap tested only with tdbsam, but smbpasswd and nisplus should be ok have not tested ldap !
| * remove convert_smbpasswd and addtosmbpass from tree; people can get them ↵Gerald Carter2003-04-293-93/+1
| | | | | | | | from 2.2. if they still need them
| * Adding further change to accommodate the add machine script facility.John Terpstra2003-04-291-3/+3
| |
| * Add reference to use of the add machine script for on-the-fly machine ↵John Terpstra2003-04-291-1/+4
| | | | | | | | account creation.
| * adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
| |
| * Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett2003-04-291-34/+25
| | | | | | | | | | | | | | | | | | | | set one - new accounts -> domain users, unless otherwise specified. This moves that logic from pdb_set_sam_sids() into pdb_init_sam_new(), which is called by all the 'new account' creators. (pdb_set_sam_sids() now only deals with the mapping from an existing account) Andrew Bartlett
| * Change order of parameters to smb_register_passdb()Jelmer Vernooij2003-04-293-3/+3
| |
| * add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
| |
| * Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continueAndrew Bartlett2003-04-293-421/+1628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | his IDMAP work. This version also works properly (the HEAD version had suffered from bitrot), and should be a good basis to change into the new IDMAP rules. It also includes UTF8 conversions. Included also are the schema changes, and a note about the now very old scripts in examples/LDAP (they don't work for this, or even the previous schema). Andrew Bartlett
| * forgot to add the file where things movedSimo Sorce2003-04-291-0/+189
| |
| * consolidate idmap code in one placeSimo Sorce2003-04-293-353/+4
| |
| * Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett2003-04-293-94/+52
| | | | | | | | | | | | of sync-up for the rpc_server/srv_samr_nt.c Andrew Bartlett
| * only call the add_script if the getpwnam_alloc() failsGerald Carter2003-04-291-22/+27
| |
| * don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-292-0/+59
| |
| * removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-292-95/+0
| |
| * ok next_rid out as well local_*id_to*id functionsSimo Sorce2003-04-295-530/+141
| | | | | | | | | | | | reverted user making function, did not pass the abartlet test :-) idmap is now fully integrated, we only miss user creation and removal of uid and gid from SAM_ACCOUNT
| * swat need idmap nowSimo Sorce2003-04-281-2/+2
| |
| * new helper functions to create usersSimo Sorce2003-04-281-1/+154
| |
| * Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
| | | | | | | | Jeremy.
| * Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-2836-120/+156
| | | | | | | | function. Patch by metze with some minor modifications.
| * Add example auth/ moduleJelmer Vernooij2003-04-282-0/+90
| |
| * Fix SGML/XML incompability before starting conversion to XMLAlexander Bokovoy2003-04-288-52/+74
| |
| * Remove uid and gid columnJelmer Vernooij2003-04-281-2/+0
| |
| * Add note on AIXJelmer Vernooij2003-04-281-6/+33
| |
* | Merge from HEAD.John Terpstra2003-04-300-0/+0
| |
* | Merge from HEAD - the usual popt-needs-static for Sun CC.Andrew Bartlett2003-04-301-1/+1
| |
* | Try to fix IRIX build - add quotes and never call libns_winbind by name - weAndrew Bartlett2003-04-302-4/+4
| | | | | | | | should only set that name once.
* | Trailing , is non-standard (warning from IRIX)Andrew Bartlett2003-04-301-2/+2
| |
* | Fix for AIX - you can't qualify a return type as const, when it's not aAndrew Bartlett2003-04-301-1/+1
| | | | | | | | | | | | | | | | pointer. (merge from HEAD). Andrew Bartlett
* | Sun CC requires constant initialisers, so use a static here.Andrew Bartlett2003-04-301-1/+1
| | | | | | | | (a common bug with popt stuff, becouse it's fine with GCC).
* | more updates from Buchan after we removed some on the old/unstable ↵Gerald Carter2003-04-291-15/+12
| | | | | | | | tools/binaries/scripts
* | remove 'devel' option to makerpms.sh.tmpl since we don't use it n the RH ↵Gerald Carter2003-04-292-17/+6
| | | | | | | | packaging anymore and make sure to run autogen.sh if configure doesn't exist (make building from CVS easier)
* | smbgroupedit has been replaced by 'net groupmap'Gerald Carter2003-04-292-412/+0
| | | | | | | | remove related file. Left in EHAD for reference (for now)
* | remove convert_smbpasswd and addtosmbpass from tree; people can get them ↵Gerald Carter2003-04-294-4/+27
| | | | | | | | from 2.2. if they still need them
* | Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough2003-04-291-1/+1
| | | | | | | | comments.