summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-01Add indexJelmer Vernooij1-0/+2
(This used to be commit 4515b67c68778e5f16e65e30a4d29ca6106ddfd6)
2003-06-01-l has become -LJelmer Vernooij1-1/+1
(This used to be commit ed996fc63ce0a61f598fb3cbf7f7c692a6317d8d)
2003-06-01More edits.John Terpstra3-11/+23
(This used to be commit 57b0e6b680eab9d580a835439ee1535033fbc81c)
2003-06-01Another update / edit. Still working on this.John Terpstra1-6/+13
(This used to be commit 62644afa90ef2cc4723b8d4cac010b4d0b8341c9)
2003-05-31Added more on anatomy of PAM. Note: This file is broken!John Terpstra1-37/+338
(This used to be commit 471d7480a793a1325559e2f75e3c85b88a0dedff)
2003-05-31Adding new docs.John Terpstra1-1/+7
(This used to be commit c8fce1cebb3dc93a7855daaf0ce722d8fbc04fed)
2003-05-31A few fixes, a little tweaking, and it's getting into shape. Back to work ↵John Terpstra8-6/+102
now ... (This used to be commit be8b388a5a6995dca9463a9fd8588918fad4af11)
2003-05-31Fix compile.Volker Lendecke1-1/+1
(This used to be commit 3ac622532a27659b9f9e26b1aa6858ce156641ac)
2003-05-31Got us happy running under valgrind again :-).Jeremy Allison3-0/+10
Jeremy. (This used to be commit b6ab9d73610861d225d72845d4df7cf970155e39)
2003-05-31Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2-0/+16
copying clobbered buffer areas and doing hashes on them and sending them onto the wire. Jeremy. (This used to be commit 7dfcf714ae2e81fece489640e2341f132c9f567d)
2003-05-30Ensure 'blank' entries show up in both default and normal entries toJeremy Allison2-14/+17
allow them to be changed. Works well with W2K and above. Jeremy. (This used to be commit 685e4e518236079f201650f26152f6f9ad3c61ab)
2003-05-30More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough4-17/+17
(This used to be commit 10f1da3f4a9680a039a2aa26301b97e31c06c38d)
2003-05-30More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_Jim McDonough1-11/+11
(This used to be commit 4169de6d8fb1b13de3892ec787886cc1543736a1)
2003-05-30Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2-6/+8
we wouldn't build. (This used to be commit 0e9836c4e9e71494b10d71a5f3d5f7da2888c5ef)
2003-05-30Remove module_path_get_name() - it's not used anywhere anymore and was a bad ↵Jelmer Vernooij1-23/+0
idea anyway. (This used to be commit b45a67e7a9d0fab5b4af701a9fd483cc4897ab7f)
2003-05-30Update for new API. Fixes bug #89Jelmer Vernooij1-1/+6
(This used to be commit 2e894f279c4517bcaddb14e42d9bd732117b7694)
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison8-283/+278
This gets us closer to W2k+ in what we return for file ACLs. Fix horribly broken make_sec_desc() that screwed up the size when given a SD with no owner or group (how did it get this bad... ?). Jeremy. (This used to be commit 183c9ed4052ab14e269ed1234ca557053f77e77a)
2003-05-29Document -valid. Fixes bug #32Jelmer Vernooij1-0/+18
(This used to be commit 21e83421fb1cdab290386c170be3e21fedb81307)
2003-05-29Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij1-1/+1
(This used to be commit fd16d4797881372fe0dc7b87a23c58efdef84fbd)
2003-05-29Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij1-1/+1
(This used to be commit daf443757b62bd3c254a303d638bfd030b4acd2a)
2003-05-29function() is *NOT* a valid C proto, but C++ only.Jeremy Allison1-1/+1
The correct prototype in C is function(void). Please remember this ! Jeremy. (This used to be commit b6b844a1a23532927b1177b652191ddfa92437e0)
2003-05-29Update to reflect current APIJelmer Vernooij1-8/+8
(This used to be commit 6cdf2b41a84f6954d3c22ae1375736ef024c2139)
2003-05-29Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij6-50/+94
(This used to be commit 7e352f5c62c4889bdf2662dded1e74a354890dc7)
2003-05-29Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776Jelmer Vernooij1-1/+1
(This used to be commit f130b4f2a143ef7507d7267ec12a11c1d91f0457)
2003-05-29Don't crash when doing command name completion. Fixes debian bug #194776Jelmer Vernooij1-1/+3
(This used to be commit 45b0a63aba1c974e5e38f8f95bc158bc30a05a3b)
2003-05-29Make inter-paragraph space in latex targets 1.5\baselineskip and do not ↵Alexander Bokovoy2-2/+7
indent paragraphs (This used to be commit fddea10f5805761bf3da9bf43a9e990b47e85b6e)
2003-05-29Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij2-64/+110
(This used to be commit df24c4e839b3de0dc23400463d7489a991f61f49)
2003-05-29Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij2-64/+110
(This used to be commit 2aad5736256968f27c42a6f94bdbc7a22c236c19)
2003-05-29A few little edits - more updating ahead. It will get to be close enoughJohn Terpstra1-105/+231
some time! (This used to be commit f2b6d94a7fdc9d77bd37c17b127715cad92ed957)
2003-05-29Fix bugzilla #117: winbindd looping on 100+char usernameJim McDonough1-20/+10
This modifies lp_string to use alloc_sub_basic to allow any length substitution instead of fixed at 100 chars. (This used to be commit cad9d88a6125369a43f710a8870300b6f40d899c)
2003-05-28Fix typos.John Terpstra1-2/+2
(This used to be commit 3ea0fc830f3c85d6e820bb9aa66e72305b3f273f)
2003-05-28Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison1-51/+14
be applied to new ACE set calls. This is incorrect. Don't think this has a bugzilla id. Jeremy. (This used to be commit 6a4502b03b95703dead4775874ff9ac08ed1a489)
2003-05-28Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison1-107/+14
be applied to new ACE set calls. This is incorrect. Don't think this has a bugzilla id. Jeremy. (This used to be commit cb70d8c9e87801c314d1b926d4e43ee451c04135)
2003-05-28Minor edits.John Terpstra2-8/+16
(This used to be commit 8ba64165ecd7266fb16ae127910eecdf6954f750)
2003-05-28DNS domain/server name constants were also swapped.Tim Potter1-2/+2
(This used to be commit 0666e34d7c8f0863148763932f60a65ad936f2c9)
2003-05-28Merge of NTLMSSP name type fix from 3.0Tim Potter1-2/+2
(This used to be commit 587bd1b83d13ab83aca28bd543755c5862ed8e75)
2003-05-28The constants for NetBIOS domain and server names in a NTLMSSP name list wereTim Potter1-2/+2
swapped. (This used to be commit 92be28aa4a6ff42c601e9d2de978265a6c2e8c46)
2003-05-28Spelling.Tim Potter1-1/+1
(This used to be commit e063c95bd5609e6aeade2d88e5cd9286d033971c)
2003-05-28Fixed typos.John Terpstra5-43/+39
(This used to be commit 97eb88903beda32ac399c9a5623653e038d8a55c)
2003-05-28Syncup with HEAD:Tim Potter1-4/+10
>revision 1.3 >date: 2003/05/20 04:28:29; author: sfrench; state: Exp; lines: +10 -5 >Fix Linux cifs vfs mount helper parsing of slashes (This used to be commit b2b4a7e4998cc41842e8b564a4ccb77737aeed04)
2003-05-28Merge of non-static initialisation fixes from 3.0Tim Potter1-1/+7
(This used to be commit 7f32b3f016ecc824ddcdaeb840d5d36224aa8141)
2003-05-28Merge of cut and paste fix from 3.0Tim Potter1-3/+3
(This used to be commit 34a0c7313a12d581e9aaf08322b105216cc94478)
2003-05-28It seems only NT4 does the VC == 0 session drop code.Jeremy Allison1-1/+5
Jeremy. (This used to be commit 30bbf4c8c4cbed0f7980237ea9b78baa785dec3d)
2003-05-28It seems only NT4 does the VC == 0 session drop code.Jeremy Allison1-1/+5
Jeremy. (This used to be commit a1fee6594ec90a80478deee48a40d908aecb2e73)
2003-05-28Whitespace syncup.Tim Potter1-1/+0
(This used to be commit 25caa7c6279aca249e3554b61bbc3175b66883d3)
2003-05-28Merge of rpcstr_pull() termination fixes from 3.0Tim Potter1-1/+4
(This used to be commit d41705dec6bed752acfe3210c73a949101dc23f6)
2003-05-28Merge of formatting fixups from 3.0Tim Potter1-4/+9
(This used to be commit 43e01fb2306f35931256dfda6803bd887f28059f)
2003-05-28Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter1-0/+4
(This used to be commit bd97a76388b3f16d287c25579f02afe072cdec25)
2003-05-28Merge from 3.0:Tim Potter1-0/+1
>Restore a number of fixes that idra removed when he merged his >idmap-and-the-rest from HEAD. > >These are correctness fixes that were already in 3.0, and a memory leak fix. > >The pdb_ldap changes are held back at jerry's request (he is also playing >with pdb_ldap ATM). > >Andrew Bartlett (This used to be commit d2bc89b860a19ccdda7189b8db0a740f224046f2)
2003-05-28Merge of uint32/uid_t mismatch from 3.0Tim Potter2-3/+3
(This used to be commit a9f0e69dbefdaf8daee3943782817bcc536d2fb3)